2010-06-01 14:35:33 +02:00
|
|
|
#ifndef __MFS_DRIVERS_H__
|
|
|
|
#define __MFS_DRIVERS_H__
|
2006-10-25 15:40:36 +02: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];
|
|
|
|
|
2010-06-01 14:35:33 +02:00
|
|
|
#endif
|