Data Fields | |
const char * | base_dev_name |
Default base name for the device within the class, might be overrided by the driver. | |
size_t | curr_dev_idx |
Unique numerical identifier of the newly added device. | |
link_t | devices |
List of dev_class_info structures - one for each device registered by this class. | |
link_t | link |
Pointer to the previous and next class in the list of registered classes. | |
fibril_mutex_t | mutex |
Synchronize access to the list of devices in this class. | |
const char * | name |
The name of the class. |
Definition at line 215 of file devman.h.