Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <device.h>
#include <stdlib.h>
#include <rtp.h>
#include <udp.h>
Functions | |
devcall | rtpInit (device *devptr) |
Variables | |
struct rtp | rtptab [NRTP] |
devcall rtpInit | ( | device * | devptr | ) |
Set aside some space for a RTP device to be opened on
devptr | UDP device table entry |