libhd 5.0
|
module info More...
#include <hd.h>
Data Fields | |
union driver_info_u * | next |
enum driver_info_type | type |
driver info type More... | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries More... | |
unsigned | active:1 |
if module is currently active More... | |
unsigned | modprobe:1 |
modprobe or insmod More... | |
str_list_t * | names |
(ordered) list of module names More... | |
str_list_t * | mod_args |
list of module args (corresponds to the module name list) More... | |
char * | conf |
conf.modules entry, if any (e.g. More... | |
module info