Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
atl1e_option Struct Reference

Public Types

enum  { enable_option, range_option, list_option }
 

Data Fields

enum atl1e_option:: { ... }  type
 
charname
 
charerr
 
int def
 
union {
   struct {
      int   min
 
      int   max
 
   }   r
 
   struct {
      int   nr
 
      struct atl1e_opt_list {
         int   i
 
         char *   str
 
      }   p
 
   }   l
 
arg
 

Detailed Description

Definition at line 102 of file atl1e_param.c.

Member Enumeration Documentation

anonymous enum
Enumerator:
enable_option 
range_option 
list_option 

Definition at line 103 of file atl1e_param.c.

Field Documentation

union { ... } arg
int def

Definition at line 106 of file atl1e_param.c.

char* err

Definition at line 105 of file atl1e_param.c.

int i

Definition at line 114 of file atl1e_param.c.

struct { ... } l
int max

Definition at line 110 of file atl1e_param.c.

int min

Definition at line 109 of file atl1e_param.c.

char* name

Definition at line 104 of file atl1e_param.c.

int nr

Definition at line 113 of file atl1e_param.c.

struct { ... } ::atl1e_opt_list * p
struct { ... } r
char* str

Definition at line 114 of file atl1e_param.c.

enum { ... } type

The documentation for this struct was generated from the following file: