Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
sbe_promformat.h File Reference

Go to the source code of this file.

Data Structures

struct  FLD_TYPE1
 
struct  FLD_TYPE2
 
union  PROMFORMAT
 

Macros

#define STRUCT_OFFSET(type, symbol)   ((long)&(((type *)0)->symbol))
 
#define PROM_FORMAT_Unk   (-1)
 
#define PROM_FORMAT_TYPE1   1
 
#define PROM_FORMAT_TYPE2   2
 
#define SBE_EEPROM_SIZE   128
 
#define SBE_MFG_INFO_SIZE   sizeof(FLD_TYPE2)
 

Macro Definition Documentation

#define PROM_FORMAT_TYPE1   1

Definition at line 81 of file sbe_promformat.h.

#define PROM_FORMAT_TYPE2   2

Definition at line 82 of file sbe_promformat.h.

#define PROM_FORMAT_Unk   (-1)

Definition at line 80 of file sbe_promformat.h.

#define SBE_EEPROM_SIZE   128

Definition at line 120 of file sbe_promformat.h.

#define SBE_MFG_INFO_SIZE   sizeof(FLD_TYPE2)

Definition at line 121 of file sbe_promformat.h.

#define STRUCT_OFFSET (   type,
  symbol 
)    ((long)&(((type *)0)->symbol))

Definition at line 71 of file sbe_promformat.h.