
Data Fields | |
| struct { | |
| int defined | |
| int address | |
| char device_name [KB_SYMBOL_NAME_SIZE] | |
| } | kclass [KB_DEVICE_MAX_CLASS] |
| kb_symbol_t * | next |
| kb_section_config_t * | section |
Definition at line 79 of file kb_config.h.
| char kb_device_config_s::device_name[KB_SYMBOL_NAME_SIZE] |
| struct { ... } kb_device_config_s::kclass[ KB_DEVICE_MAX_CLASS ] |
Referenced by kb_parse_device(), and knet_open().
Pointer to the next device
Definition at line 91 of file kb_config.h.
Referenced by kb_enum_device(), and kb_parse_device().
Pointer to the corresponding section
Definition at line 94 of file kb_config.h.
Referenced by kb_parse_device(), and knet_open().
1.5.5