Data Fields | |
| char | name [MAX_DRIVER_NAME] |
| void(* | remove )(struct device_d *) |
| void * | type_data |
| char name[MAX_DRIVER_NAME] |
The name of this driver.
Used to match to the corresponding device.
| void* type_data |
This is somewhat redundant with the type data in struct device.
Currently the filesystem implementation uses this field while ethernet drivers use the same field in struct device. Probably one of both should be removed.
1.5.6