Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <device.h>
#include <stddef.h>
#include <rtp.h>
Functions | |
devcall | rtpWrite (device *devptr, void *buf, uint len) |
devcall rtpWrite | ( | device * | devptr, |
void * | buf, | ||
uint | len | ||
) |
Tell a RTP device to send a packet with the specified data
devptr | RTP device table entry |
buf | Buffer of data to be sent |
len | Length of data to be sent |