Revision ae0a5466 hw/pc.h

b/hw/pc.h
136 136
                    const char *kernel_cmdline,
137 137
                    const char *initrd_filename,
138 138
                    ram_addr_t below_4g_mem_size,
139
                    ram_addr_t above_4g_mem_size);
139
                    ram_addr_t above_4g_mem_size,
140
                    MemoryRegion *pci_memory,
141
                    MemoryRegion **ram_memory);
140 142
qemu_irq *pc_allocate_cpu_irq(void);
141 143
void pc_vga_init(PCIBus *pci_bus);
142 144
void pc_basic_device_init(qemu_irq *isa_irq,
......
182 184
                    qemu_irq *pic,
183 185
                    MemoryRegion *address_space_mem,
184 186
                    MemoryRegion *address_space_io,
185
                    ram_addr_t ram_size);
186
void i440fx_init_memory_mappings(PCII440FXState *d);
187
                    ram_addr_t ram_size,
188
                    target_phys_addr_t pci_hole_start,
189
                    target_phys_addr_t pci_hole_size,
190
                    target_phys_addr_t pci_hole64_start,
191
                    target_phys_addr_t pci_hole64_size,
192
                    MemoryRegion *pci_memory,
193
                    MemoryRegion *ram_memory);
187 194

  
188 195
/* piix4.c */
189 196
extern PCIDevice *piix4_dev;

Also available in: Unified diff