diff options
author | Patrick Georgi <patrick.georgi@secunet.com> | 2011-01-28 07:56:39 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2011-01-28 07:56:39 +0000 |
commit | 36ade67007e0e93fb36a982f87e91bf12e2ed869 (patch) | |
tree | 89c32d02b86e112f3fb202e9f0b2f95141d1617c /util/nvramtool/lbtable.h | |
parent | 1e916e076640c133dd32d69804325db02f1707be (diff) | |
download | coreboot-36ade67007e0e93fb36a982f87e91bf12e2ed869.tar.xz |
Separate CMOS layout from lbtable handling
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6314 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nvramtool/lbtable.h')
-rw-r--r-- | util/nvramtool/lbtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvramtool/lbtable.h b/util/nvramtool/lbtable.h index c9276b6d04..319557e24a 100644 --- a/util/nvramtool/lbtable.h +++ b/util/nvramtool/lbtable.h @@ -40,4 +40,5 @@ void dump_lbtable(void); void list_lbtable_choices(void); void list_lbtable_item(const char item[]); +void process_layout(void); #endif /* LBTABLE_H */ |