Data Fields | |
link_t | devices |
Pointer to the linked list of devices controlled by this driver. | |
fibril_mutex_t | devices_mutex |
Fibril mutex for list of devices owned by this driver. | |
link_t | drivers |
Pointers to previous and next drivers in linked list. | |
char * | name |
Device driver name. | |
sysarg_t | phone |
Phone asociated with this driver. |
Each driver is responsible for a set of devices.
Definition at line 58 of file devmap.c.