aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/fw_cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/fw_cfg.h')
-rw-r--r--hw/i386/fw_cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/fw_cfg.h b/hw/i386/fw_cfg.h
index 9e74278..275f15c 100644
--- a/hw/i386/fw_cfg.h
+++ b/hw/i386/fw_cfg.h
@@ -25,5 +25,6 @@ FWCfgState *fw_cfg_arch_create(MachineState *ms,
uint16_t apic_id_limit);
void fw_cfg_build_smbios(MachineState *ms, FWCfgState *fw_cfg);
void fw_cfg_build_feature_control(MachineState *ms, FWCfgState *fw_cfg);
+void fw_cfg_add_acpi_dsdt(Aml *scope, FWCfgState *fw_cfg);
#endif