summaryrefslogtreecommitdiffstats
path: root/src/mainboard/emulation/qemu-i440fx/fw_cfg.h
blob: 3824aa35e39575e5bbbca1953086097e1e9ba680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifndef FW_CFG_H
#define FW_CFG_H
#include "fw_cfg_if.h"

void fw_cfg_get(uint16_t entry, void *dst, int dstlen);
int fw_cfg_check_file(FWCfgFile *file, const char *name);
int fw_cfg_max_cpus(void);
unsigned long fw_cfg_smbios_tables(int *handle, unsigned long *current);
uintptr_t fw_cfg_tolud(void);

#endif /* FW_CFG_H */