Searched defs:_HEADER (Results 1 – 1 of 1) sorted by relevance
153 typedef struct _HEADER { struct154 uint16_t Size; /* NVRAM size in K(1024) */155 uint8_t Version; /* Structure map different */156 uint8_t Revision; /* Structure map same */157 uint16_t Crc1; /* checksum from beginning of nvram to OSArea*/158 uint16_t Crc2; /* cksum of config */159 uint8_t LastOS; /* OS_ID */160 uint8_t Endian; /* B if BE L if LE */161 uint8_t OSAreaUSage; /* OSAREA_USAGE */162 uint8_t PMMode; /* Shutdown mode */[all …]