File:  [GnuMach] / OSKit-Mach / device / dev_hdr.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Sep 2 04:55:50 2020 UTC (5 years, 10 months ago) by root
Branches: MAIN, GNU
CVS tags: HEAD, Final-Commit
GNU OSKit-Mach

#ifndef	_DEVICE_DEV_HDR_H_
#define	_DEVICE_DEV_HDR_H_

typedef struct device *device_t;
#define DEVICE_NULL	((device_t) 0)

void device_reference (device_t);
void device_deallocate (device_t device);

struct ipc_port;
device_t dev_port_lookup (struct ipc_port *);
struct ipc_port *convert_device_to_port (device_t device);


#endif	/* _DEVICE_DEV_HDR_H_ */

unix.superglobalmegacorp.com

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