dec_pci.h 130 B

12345678
  1. #ifndef DEC_PCI_H
  2. #define DEC_PCI_H
  3. #include "qemu-common.h"
  4. PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
  5. #endif