1 2 3 4 5 6 7 8
#ifndef MV64361_H #define MV64361_H #define TYPE_MV64361 "mv64361" PCIBus *mv64361_get_pci_bus(DeviceState *dev, int n); #endif