2
0

prep_pci.h 250 B

1234567891011
  1. #ifndef QEMU_PREP_PCI_H
  2. #define QEMU_PREP_PCI_H
  3. #include "qemu-common.h"
  4. #include "memory.h"
  5. PCIBus *pci_prep_init(qemu_irq *pic,
  6. MemoryRegion *address_space_mem,
  7. MemoryRegion *address_space_io);
  8. #endif