aboutsummaryrefslogtreecommitdiff
path: root/include/hw/pci-host/mv64361.h
blob: 9cdb35cb3cf2e493cb988ea82922d94a4901f019 (plain)
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