Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
p54_eeprom_lm86 Struct Reference

#include <lmac.h>

Data Fields

union {
   struct {
      __le16   offset
 
      __le16   len
 
      u8   data [0]
 
   }   v1
 
   struct {
      __le32   offset
 
      __le16   len
 
      u8   magic2
 
      u8   pad
 
      u8   magic [4]
 
      u8   data [0]
 
   }   v2
 
__packed
 

Detailed Description

Definition at line 138 of file lmac.h.

Field Documentation

union { ... } __packed
u8 data[0]

Definition at line 143 of file lmac.h.

__le16 len

Definition at line 142 of file lmac.h.

u8 magic[4]

Definition at line 150 of file lmac.h.

u8 magic2

Definition at line 148 of file lmac.h.

Definition at line 141 of file lmac.h.

Definition at line 146 of file lmac.h.

u8 pad

Definition at line 149 of file lmac.h.

struct { ... } v1
struct { ... } v2

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