diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-28 15:28:13 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-09-04 09:37:22 -0500 |
commit | 823e675a073be146a119bb9056ca9f02eb951448 (patch) | |
tree | fd1891c21c987a3a8f85498c7f43b5c855b1344f /hw/pc.h | |
parent | a4bf1f3e17fe686159c050f8063a6c076f7ba8a2 (diff) |
Split piix4 support from piix_pci.c
Now mips_malta uses piix4 and pc's use piix_pci definitions
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r-- | hw/pc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ void i440fx_set_smm(PCIDevice *d, int val); int piix3_init(PCIBus *bus, int devfn); void i440fx_init_memory_mappings(PCIDevice *d); +/* piix4.c */ extern PCIDevice *piix4_dev; int piix4_init(PCIBus *bus, int devfn); |