1762833b3SMichael S. Tsirkin #ifndef PCI_SLOTID_CAP_H 2762833b3SMichael S. Tsirkin #define PCI_SLOTID_CAP_H 3762833b3SMichael S. Tsirkin 4762833b3SMichael S. Tsirkin 5762833b3SMichael S. Tsirkin int slotid_cap_init(PCIDevice *dev, int nslots, 6762833b3SMichael S. Tsirkin uint8_t chassis, 7*344475e7SMao Zhongyi unsigned offset, 8*344475e7SMao Zhongyi Error **errp); 9762833b3SMichael S. Tsirkin void slotid_cap_cleanup(PCIDevice *dev); 10762833b3SMichael S. Tsirkin 11762833b3SMichael S. Tsirkin #endif 12