hw/loongarch: Add fw_cfg table support
[qemu/ar7.git] / hw / loongarch / fw_cfg.h
blob7c0de4db4ad44a582fddd1cf3e44e140b2a0d8b3
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * QEMU fw_cfg helpers (LoongArch specific)
5 * Copyright (C) 2021 Loongson Technology Corporation Limited
6 */
8 #ifndef HW_LOONGARCH_FW_CFG_H
9 #define HW_LOONGARCH_FW_CFG_H
11 #include "hw/boards.h"
12 #include "hw/nvram/fw_cfg.h"
14 FWCfgState *loongarch_fw_cfg_init(ram_addr_t ram_size, MachineState *ms);
15 #endif