summaryrefslogtreecommitdiff
path: root/util/nvramtool/lbtable.h
diff options
context:
space:
mode:
authorMathias Krause <mathias.krause@secunet.com>2011-03-10 07:52:02 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2011-03-10 07:52:02 +0000
commit155c379b747e14ee181794d6ee460495886bee14 (patch)
tree1225c47ed18c8e89e9b53d4fcfdb51b8fcca0b85 /util/nvramtool/lbtable.h
parent314dd0bee5f995164c0206798486cfce366160eb (diff)
downloadcoreboot-155c379b747e14ee181794d6ee460495886bee14.tar.xz
nvramtool: Move code so it has access to the right data structures
Signed-off-by: Mathias Krause <mathias.krause@secunet.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/nvramtool/lbtable.h')
-rw-r--r--util/nvramtool/lbtable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvramtool/lbtable.h b/util/nvramtool/lbtable.h
index 319557e24a..9873ecb326 100644
--- a/util/nvramtool/lbtable.h
+++ b/util/nvramtool/lbtable.h
@@ -39,6 +39,7 @@ void get_layout_from_cbfs_file(void);
void dump_lbtable(void);
void list_lbtable_choices(void);
void list_lbtable_item(const char item[]);
+const struct lb_record *find_lbrec(uint32_t tag);
void process_layout(void);
#endif /* LBTABLE_H */