#include <kernel.h>
#include <device.h>
Go to the source code of this file.
Functions | |
devcall | read (ushort descrp, void *buffer, long count) |
Definition in file read.c.
devcall read | ( | ushort | descrp, | |
void * | buffer, | |||
long | count | |||
) |
read - read one or more bytes from a device
descrp | definition of device from which to read | |
*buffer | pointer into read-to location | |
count | length of buffer |
Definition at line 19 of file read.c.
References devtab, isbaddev, dentry::read, and SYSERR.
Referenced by shell().