|
|
1.1 root 1: /* (-lgl
2: * COHERENT 386 Device Driver Kit release 2.0
3: * Copyright (c) 1982, 1992 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: /*
7: * ioctl commands for /dev/null.
8: */
9:
10: #ifndef __SYS_NULL_H__
11: #define __SYS_NULL_H__
12:
13: #define NLIOC ('N' << 8)
14: #define NLCALL (NLIOC|1) /* Call a function with arguments. */
15: #define NLIDLE (NLIOC|2) /* Get idle time of the system process */
16:
17: #endif /* NULL_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.