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