#include <driver.h>
Data Fields | |
void * | driver_data |
Driver-specific data associated with this device. | |
devman_handle_t | handle |
Globally unique device identifier (assigned to the device by the device manager). | |
link_t | link |
Link in the list of devices handled by the driver. | |
const char * | name |
Device name. | |
int | parent_phone |
Phone to the parent device driver (if it is different from this driver). |
Definition at line 77 of file driver.h.