#include <hd.h>
Data Fields | |
| union driver_info_u * | next |
| enum driver_info_type | type |
| driver info type | |
| str_list_t * | hddb0 |
| str_list_t * | hddb1 |
| the actual driver database entries | |
| int | i4l_type |
| int | i4l_subtype |
| I4L types. | |
| char * | i4l_name |
| I4L card name. | |
| isdn_parm_t * | params |
| isdn parameters | |
the actual driver database entries
Referenced by dump_normal(), and isdn_driver().
union driver_info_u* driver_info_isdn_t::next [write] |