Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <device.h>
#include <stdlib.h>
#include <tcp.h>
Functions | |
devcall | tcpInit (device *devptr) |
Variables | |
struct tcb | tcptab [NTCP] |