2
0

dec_pci.h 173 B

12345678910
  1. #ifndef DEC_PCI_H
  2. #define DEC_PCI_H
  3. #include "qemu-common.h"
  4. #define TYPE_DEC_21154 "dec-21154-sysbus"
  5. PCIBus *pci_dec_21154_init(PCIBus *parent_bus, int devfn);
  6. #endif