soc/intel/cmn/pmc: Add API to dump silicon QDF information
[coreboot.git] / util / nvramtool / accessors / layout-text.h
blobdb8bf489ef50caa194a1a9f22ab5d8f72f83d758
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef LAYOUT_FILE_H
4 #define LAYOUT_FILE_H
6 #include "common.h"
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 */