util/nvramtool: Remove "this file is part of" lines
[coreboot.git] / util / nvramtool / accessors / layout-text.h
blobcb03a77f6f867a9305ac732fdaa1b66bed991fec
1 /*****************************************************************************\
2 * layout_file.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 LAYOUT_FILE_H
18 #define LAYOUT_FILE_H
20 #include "common.h"
21 #include "coreboot_tables.h"
23 void set_layout_filename(const char filename[]);
24 void get_layout_from_file(void);
25 void write_cmos_layout(FILE * f);
26 void write_cmos_output_bin(const char *binary_filename);
27 void write_cmos_layout_header(const char *header_filename);
28 extern int is_ident(char *str);
30 #endif /* LAYOUT_FILE_H */