diff options
Diffstat (limited to 'util/nvramtool/layout.h')
-rw-r--r-- | util/nvramtool/layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvramtool/layout.h b/util/nvramtool/layout.h index 69e71d6a9d..6bfb5215cd 100644 --- a/util/nvramtool/layout.h +++ b/util/nvramtool/layout.h @@ -1,6 +1,5 @@ /*****************************************************************************\ * layout.h - * $Id$ ***************************************************************************** * Copyright (C) 2002-2005 The Regents of the University of California. * Produced at the Lawrence Livermore National Laboratory. @@ -49,6 +48,7 @@ typedef enum { CMOS_ENTRY_ENUM, CMOS_ENTRY_HEX, + CMOS_ENTRY_STRING, CMOS_ENTRY_RESERVED } cmos_entry_config_t; |