]> git.proxmox.com Git - mirror_qemu.git/blame - hw/loongarch/fw_cfg.h
smbios: get rid of smbios_legacy global
[mirror_qemu.git] / hw / loongarch / fw_cfg.h
CommitLineData
27ad7564
XY
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/*
3 * QEMU fw_cfg helpers (LoongArch specific)
4 *
5 * Copyright (C) 2021 Loongson Technology Corporation Limited
6 */
7
8#ifndef HW_LOONGARCH_FW_CFG_H
9#define HW_LOONGARCH_FW_CFG_H
10
11#include "hw/boards.h"
12#include "hw/nvram/fw_cfg.h"
13
14FWCfgState *loongarch_fw_cfg_init(ram_addr_t ram_size, MachineState *ms);
15#endif