Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <device.h>
#include <interrupt.h>
#include <network.h>
#include <raw.h>
#include <string.h>
Functions | |
devcall | rawRead (device *devptr, void *buf, uint len) |