Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <bufpool.h>
#include <device.h>
#include <stdlib.h>
#include <rtp.h>
#include <interrupt.h>
Functions | |
devcall | rtpClose (device *devptr) |
devcall rtpClose | ( | device * | devptr | ) |
Close and clear a RTP device
devptr | RTP device table entry |