|
Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>#include <stdlib.h>#include <bufpool.h>#include <device.h>#include <network.h>#include <rtp.h>#include <stdarg.h>#include <interrupt.h>#include <udp.h>Functions | |
| devcall | rtpOpen (device *devptr, va_list ap) |
| devcall rtpOpen | ( | device * | devptr, |
| va_list | ap | ||
| ) |
Associate a RTP socket with a hardware device.
| devptr | RTP device table entry |
1.8.5