Revision 1e39101c hw/ppc_mac.h

b/hw/ppc_mac.h
25 25
#if !defined(__PPC_MAC_H__)
26 26
#define __PPC_MAC_H__
27 27

  
28
#include "memory.h"
29

  
28 30
/* SMP is not enabled, for now */
29 31
#define MAX_CPUS 1
30 32

  
......
52 54
                            int nb_cpus, qemu_irq **irqs);
53 55

  
54 56
/* Grackle PCI */
55
PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic);
57
PCIBus *pci_grackle_init(uint32_t base, qemu_irq *pic,
58
                         MemoryRegion *address_space);
56 59

  
57 60
/* UniNorth PCI */
58
PCIBus *pci_pmac_init(qemu_irq *pic);
59
PCIBus *pci_pmac_u3_init(qemu_irq *pic);
61
PCIBus *pci_pmac_init(qemu_irq *pic, MemoryRegion *address_space);
62
PCIBus *pci_pmac_u3_init(qemu_irq *pic, MemoryRegion *address_space);
60 63

  
61 64
/* Mac NVRAM */
62 65
typedef struct MacIONVRAMState MacIONVRAMState;

Also available in: Unified diff