Data Fields | |
| link_t | devices |
| Pointer to the previous and next device in the list of all devices. | |
| devmap_driver_t * | driver |
| Device driver handling this device. | |
| link_t | driver_devices |
| Pointer to the previous and next device in the list of devices owned by one driver. | |
| sysarg_t | forward_interface |
| Use this interface when forwarding to driver. | |
| devmap_handle_t | handle |
| Unique device identifier. | |
| char * | name |
| Device name. | |
Definition at line 88 of file devmap.c.
1.4.7