Force coreboot mconf to create temp files in the output directory
[coreboot.git] / util / nvramtool / lbtable.h
index c9276b6d0408bc80235b210b546c3f7e93aadeff..9873ecb3269ce0a875544f062eddb1ec1b0b59be 100644 (file)
@@ -39,5 +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 */