2
0

apb_pci.h 289 B

12345678910
  1. #ifndef APB_PCI_H
  2. #define APB_PCI_H
  3. #include "qemu-common.h"
  4. PCIBus *pci_apb_init(target_phys_addr_t special_base,
  5. target_phys_addr_t mem_base,
  6. qemu_irq *ivec_irqs, PCIBus **bus2, PCIBus **bus3,
  7. qemu_irq **pbm_irqs);
  8. #endif