|
Linux Kernel
3.7.1
|
Data Fields | |
| union { | |
| unsigned long lword | |
| unsigned short word | |
| struct { | |
| unsigned char low | |
| unsigned char high | |
| } byte | |
| } | data |
| unsigned char | opcode |
| unsigned long | length |
Definition at line 47 of file cpqphp_nvram.c.
| struct { ... } byte |
| union { ... } data |
| unsigned char high |
Definition at line 54 of file cpqphp_nvram.c.
| unsigned long length |
Definition at line 59 of file cpqphp_nvram.c.
| unsigned char low |
Definition at line 53 of file cpqphp_nvram.c.
| unsigned long lword |
Definition at line 49 of file cpqphp_nvram.c.
Definition at line 58 of file cpqphp_nvram.c.
Definition at line 50 of file cpqphp_nvram.c.
1.8.2