diff options
Diffstat (limited to 'util/nvramtool/layout.h')
-rw-r--r-- | util/nvramtool/layout.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvramtool/layout.h b/util/nvramtool/layout.h index 8a39ab90ac..bde060393b 100644 --- a/util/nvramtool/layout.h +++ b/util/nvramtool/layout.h @@ -40,6 +40,7 @@ #define LAYOUT_CHECKSUM_OVERLAPS_SUMMED_AREA (LAYOUT_RESULT_START + 7) #define LAYOUT_SUMMED_AREA_OUT_OF_RANGE (LAYOUT_RESULT_START + 8) #define LAYOUT_CHECKSUM_LOCATION_OUT_OF_RANGE (LAYOUT_RESULT_START + 9) +#define LAYOUT_MULTIBYTE_ENTRY_NOT_ALIGNED (LAYOUT_RESULT_START + 10) typedef enum { CMOS_ENTRY_ENUM = 'e', |