Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <device.h>
Functions | |
devcall | seek (int descrp, uint pos) |
devcall seek | ( | int | descrp, |
uint | pos | ||
) |
XXX: This function apparently isn't used anywhere currently.
position a device (very common special case of control)
descrp | definition of device on which to seek |
pos | requested position to seek |