prep_pci.h 121 B

12345678
  1. #ifndef QEMU_PREP_PCI_H
  2. #define QEMU_PREP_PCI_H
  3. #include "qemu-common.h"
  4. PCIBus *pci_prep_init(qemu_irq *pic);
  5. #endif