6 /*===========================================================================*
7 * Device <-> Driver Table *
8 *===========================================================================*/
10 /* Device table. This table is indexed by major device number. It provides
11 * the link between major device numbers and the routines that process them.
12 * The table can be updated dynamically. The field 'dmap_flags' describe an
13 * entry's current status and determines what control options are possible.
17 endpoint_t dmap_driver
;
18 char dmap_label
[LABEL_MAX
];
20 struct filp
*dmap_sel_filp
;
21 thread_t dmap_servicing
;