migration: move some declarations to migration.h
[qemu/lumag.git] / hw / apb_pci.h
blob8869f9d32641de650a962628ecabc7b9841828eb
1 #ifndef APB_PCI_H
2 #define APB_PCI_H
4 #include "qemu-common.h"
6 PCIBus *pci_apb_init(target_phys_addr_t special_base,
7 target_phys_addr_t mem_base,
8 qemu_irq *pic, PCIBus **bus2, PCIBus **bus3);
9 #endif