CHECKPATCH: Add --debug adv_apw
[qemu/ar7.git] / hw / slotid_cap.h
blob70db0470b046551b9398d601fef6b6c4a5f9fb9d
1 #ifndef PCI_SLOTID_CAP_H
2 #define PCI_SLOTID_CAP_H
4 #include "qemu-common.h"
6 int slotid_cap_init(PCIDevice *dev, int nslots,
7 uint8_t chassis,
8 unsigned offset);
9 void slotid_cap_cleanup(PCIDevice *dev);
11 #endif