panic() cleanup.
[minix.git] / servers / iso9660fs / drivers.h
blob2878aca2c5c3388e54879d4f586f183d78a2e10b
1 #include <minix/dmap.h>
3 /* Driver endpoints for major devices. Only the block devices
4 * are mapped here, it's a subset of the mapping in the VFS */
6 EXTERN struct driver_endpoints {
7 endpoint_t driver_e;
8 } driver_endpoints[NR_DEVICES];