|
|
1.1 root 1: #ifndef _DEVICE_KMSG_H_
2: #define _DEVICE_KMSG_H_ 1
3:
1.1.1.2 root 4:
5: #include <sys/types.h>
6:
7: #include <device/device_types.h>
8: #include <device/io_req.h>
1.1 root 9:
10: io_return_t kmsgopen (dev_t dev, int flag, io_req_t ior);
1.1.1.3 ! root 11: void kmsgclose (dev_t dev, int flag);
1.1 root 12: io_return_t kmsgread (dev_t dev, io_req_t ior);
13: io_return_t kmsggetstat (dev_t dev, int flavor,
14: int *data, unsigned int *count);
15: void kmsg_putchar (int c);
16:
17:
18: #endif /* !_DEVICE_KMSG_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.