Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
9 lines
131 B
C
9 lines
131 B
C
#ifndef MV64361_H
|
|
#define MV64361_H
|
|
|
|
#define TYPE_MV64361 "mv64361"
|
|
|
|
PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n);
|
|
|
|
#endif
|