Fixed extern declaration from pointer to array
[minix.git] / servers / mfs / drivers.h
blob2f41fdd559fe5d9f3978f3d2073a29debc2f44a5
2 /* Driver endpoints for major devices. Only the block devices
3 * are mapped here, it's a subset of the mapping in the VFS */
5 EXTERN struct driver_endpoints {
6 endpoint_t driver_e;
7 } driver_endpoints[NR_DEVICES];