From 155c379b747e14ee181794d6ee460495886bee14 Mon Sep 17 00:00:00 2001 From: Mathias Krause Date: Thu, 10 Mar 2011 07:52:02 +0000 Subject: nvramtool: Move code so it has access to the right data structures Signed-off-by: Mathias Krause Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6440 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/nvramtool/lbtable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/nvramtool/lbtable.h') 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 */ -- cgit v1.2.3