File:  [GnuMach] / Gnu-Mach / device / kmsg.h
Revision 1.1.1.3 (vendor branch): download - view: text, annotated - select for diffs
Wed Sep 2 04:47:53 2020 UTC (5 years, 10 months ago) by root
Branches: MAIN, GNU
CVS tags: HEAD, GNUMach180, GNUMach170, GNUMach160, GNUMach150
GNU Mach 1.5

#ifndef _DEVICE_KMSG_H_
#define _DEVICE_KMSG_H_	1


#include <sys/types.h>

#include <device/device_types.h>
#include <device/io_req.h>

io_return_t kmsgopen (dev_t dev, int flag, io_req_t ior);
void kmsgclose (dev_t dev, int flag);
io_return_t kmsgread (dev_t dev, io_req_t ior);
io_return_t kmsggetstat (dev_t dev, int flavor,
			 int *data, unsigned int *count);
void kmsg_putchar (int c);


#endif /* !_DEVICE_KMSG_H_ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.