Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <bufpool.h>
#include <device.h>
#include <ethernet.h>
#include <ethloop.h>
#include <interrupt.h>
#include <network.h>
#include <stdlib.h>
Functions | |
devcall | ethloopControl (device *devptr, int func, long arg1, long arg2) |