diff options
Diffstat (limited to 'hw/pc.h')
| -rw-r--r-- | hw/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/pc.h b/hw/pc.h index e2da853715..d64d8a6431 100644 --- a/hw/pc.h +++ b/hw/pc.h @@ -105,6 +105,7 @@ void i440fx_set_smm(PCIDevice *d, int val); int piix3_init(PCIBus *bus, int devfn); void i440fx_init_memory_mappings(PCIDevice *d); +extern PCIDevice *piix4_dev; int piix4_init(PCIBus *bus, int devfn); /* vga.c */ |