util/nvramtool: Remove "this file is part of" lines
[coreboot.git] / util / nvramtool / lbtable.h
blob2af281998f806c56e341aa7dd27672e966d7ef48
1 /*****************************************************************************\
2 * lbtable.h
3 *****************************************************************************
4 * Please also read the file DISCLAIMER which is included in this software
5 * distribution.
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License (as published by the
9 * Free Software Foundation) version 2, dated June 1991.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
14 * conditions of the GNU General Public License for more details.
15 \*****************************************************************************/
17 #ifndef LBTABLE_H
18 #define LBTABLE_H
20 #include "common.h"
22 void get_lbtable(void);
23 void get_layout_from_cmos_table(void);
24 void get_layout_from_cbfs_file(void);
25 void dump_lbtable(void);
26 void list_lbtable_choices(void);
27 void list_lbtable_item(const char item[]);
28 const struct lb_record *find_lbrec(uint32_t tag);
30 void process_layout(void);
31 #endif /* LBTABLE_H */