Linux Kernel
3.7.1
|
Public Types | |
enum | { enable_option, range_option, list_option } |
Data Fields | |
enum atl2_option:: { ... } | type |
char * | name |
char * | err |
int | def |
union { | |
struct { | |
int min | |
int max | |
} r | |
struct { | |
int nr | |
struct atl2_opt_list { | |
int i | |
char * str | |
} p | |
} l | |
} | arg |
anonymous enum |
union { ... } arg |
struct { ... } l |
struct { ... } ::atl2_opt_list * p |
struct { ... } r |
enum { ... } type |