1 2 3 4 5 6 7 8 9 10 11 12
#ifndef PCI_SLOTID_CAP_H #define PCI_SLOTID_CAP_H #include "qemu-common.h" int slotid_cap_init(PCIDevice *dev, int nslots, uint8_t chassis, unsigned offset, Error **errp); void slotid_cap_cleanup(PCIDevice *dev); #endif