Projet_SETI_RISC-V/riscv-gnu-toolchain/qemu/include/hw/pci-host/mv64361.h
2023-03-06 14:48:14 +01:00

8 lines
131 B
C

#ifndef MV64361_H
#define MV64361_H
#define TYPE_MV64361 "mv64361"
PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n);
#endif