buildgcc: Update coreboot reference toolchain to gcc 4.6.2
[coreboot.git] / util / nvramtool / lbtable.h
index 319557e24ad226b54bf4209c3de20a9fc94c8397..9873ecb3269ce0a875544f062eddb1ec1b0b59be 100644 (file)
@@ -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 */