apb_pci.h 241 B

123456789
  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 *pic, PCIBus **bus2, PCIBus **bus3);
  7. #endif