commit | 8346901560d96edf94b803fd3f94db940ad370b3 | [log] [tgz] |
---|---|---|
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 23 14:27:54 2005 +0000 |
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Jul 23 14:27:54 2005 +0000 |
tree | 4f7736383fd41291f63d97c92767409330a7acb9 | |
parent | b7c7b18129e137bd24240800d7fac02eee3b1edf [diff] [blame] |
sparc64 fixes (Blue Swirl) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1514 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/vl.h b/vl.h index 85d0cf4..f9fe6a3 100644 --- a/vl.h +++ b/vl.h
@@ -559,6 +559,7 @@ PCIBus *pci_prep_init(void); PCIBus *pci_grackle_init(uint32_t base); PCIBus *pci_pmac_init(void); +PCIBus *pci_apb_init(target_ulong special_base, target_ulong mem_base); /* openpic.c */ typedef struct openpic_t openpic_t;