cbfstool: improve error messages
[coreboot.git] / util / nvramtool / lbtable.h
index f632f1a9562b3a168a5f5c164cb3e071a5406db0..9873ecb3269ce0a875544f062eddb1ec1b0b59be 100644 (file)
@@ -1,6 +1,5 @@
 /*****************************************************************************\
  * lbtable.h
- * $Id$
  *****************************************************************************
  *  Copyright (C) 2002-2005 The Regents of the University of California.
  *  Produced at the Lawrence Livermore National Laboratory.
@@ -26,7 +25,7 @@
  *
  *  You should have received a copy of the GNU General Public License along
  *  with this program; if not, write to the Free Software Foundation, Inc.,
- *  59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ *  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 \*****************************************************************************/
 
 #ifndef LBTABLE_H
 
 #include "common.h"
 
-void get_lbtable (void);
-void get_layout_from_cmos_table (void);
-void dump_lbtable (void);
-void list_lbtable_choices (void);
-void list_lbtable_item (const char item[]);
+void get_lbtable(void);
+void get_layout_from_cmos_table(void);
+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);
 
-#endif  /* LBTABLE_H */
+void process_layout(void);
+#endif                         /* LBTABLE_H */