xref: /qemu/include/hw/pci-host/mv64361.h (revision b14df228d7c4fe6e86e7f8a4998e9ccf4967b678)
1 #ifndef MV64361_H
2 #define MV64361_H
3 
4 #define TYPE_MV64361 "mv64361"
5 
6 PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n);
7 
8 #endif
9