1 /* SPDX-License-Identifier: GPL-2.0-only */
7 #include "coreboot_tables.h"
9 void set_layout_filename(const char filename
[]);
10 void get_layout_from_file(void);
11 void write_cmos_layout(FILE * f
);
12 void write_cmos_output_bin(const char *binary_filename
);
13 void write_cmos_layout_header(const char *header_filename
);
14 extern int is_ident(char *str
);
16 #endif /* LAYOUT_FILE_H */