Go to the documentation of this file. 1 #ifndef _INC_SBE_PROMFORMAT_H_
2 #define _INC_SBE_PROMFORMAT_H_
71 #define STRUCT_OFFSET(type, symbol) ((long)&(((type *)0)->symbol))
80 #define PROM_FORMAT_Unk (-1)
81 #define PROM_FORMAT_TYPE1 1
82 #define PROM_FORMAT_TYPE2 2
94 char HeatRunIterations[4];
95 char HeatRunErrors[4];
111 char HeatRunIterations[4];
112 char HeatRunErrors[4];
120 #define SBE_EEPROM_SIZE 128
121 #define SBE_MFG_INFO_SIZE sizeof(FLD_TYPE2)