#include <stddef.h>
#include <device.h>
#include <stdarg.h>

Go to the source code of this file.
Functions | |
| devcall | open (int descrp,...) |
| open - open a connection to a device/file (params 2 & 3 are optional) | |
Definition in file open.c.
| devcall open | ( | int | descrp, | |
| ... | ||||
| ) |
open - open a connection to a device/file (params 2 & 3 are optional)
| descrp | definition of device to open |
Definition at line 18 of file open.c.
References isbaddev, and SYSERR.
Referenced by etherStart(), and nulluser().

1.5.5