cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git] / src / mainboard / emulation / qemu-i440fx / fw_cfg.h
blobe68ad970e5683a18dc2092b633fc23a6a25925e2
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef FW_CFG_H
3 #define FW_CFG_H
4 #include "fw_cfg_if.h"
6 void fw_cfg_get(uint16_t entry, void *dst, int dstlen);
7 int fw_cfg_check_file(FWCfgFile *file, const char *name);
8 int fw_cfg_max_cpus(void);
9 unsigned long fw_cfg_smbios_tables(int *handle, unsigned long *current);
10 uintptr_t fw_cfg_tolud(void);
12 #endif /* FW_CFG_H */