summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vl.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/vl.h b/vl.h
index 124e7d776f..eedef51bd5 100644
--- a/vl.h
+++ b/vl.h
@@ -787,9 +787,10 @@ PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base,
PCIBus *pci_vpb_init(void *pic, int irq, int realview);
/* piix_pci.c */
-PCIBus *i440fx_init(void);
+PCIBus *i440fx_init(PCIDevice **pi440fx_state);
+void i440fx_set_smm(PCIDevice *d, int val);
int piix3_init(PCIBus *bus);
-void pci_bios_init(void);
+void i440fx_init_memory_mappings(PCIDevice *d);
/* openpic.c */
typedef struct openpic_t openpic_t;