|
|
1.1 root 1: #ifndef _DEVICE_DEV_HDR_H_
2: #define _DEVICE_DEV_HDR_H_
3:
4: typedef struct device *device_t;
5: #define DEVICE_NULL ((device_t) 0)
6:
7: void device_reference (device_t);
8: void device_deallocate (device_t device);
9:
10: struct ipc_port;
11: device_t dev_port_lookup (struct ipc_port *);
12: struct ipc_port *convert_device_to_port (device_t device);
13:
14:
15: #endif /* _DEVICE_DEV_HDR_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.