minix/servers/pfs/drivers.h

10 lines
219 B
C
Raw Normal View History

2009-12-20 21:41:50 +01:00
/* Driver endpoints for major devices. Only the block devices
* are mapped here, it's a subset of the mapping in the VFS */
EXTERN struct driver_endpoints {
endpoint_t driver_e;
} driver_endpoints[NR_DEVICES];