2012-02-15 19:17:59 +02:00
|
|
|
#ifndef PCI_SLOTID_CAP_H
|
|
|
|
#define PCI_SLOTID_CAP_H
|
|
|
|
|
|
|
|
|
|
|
|
int slotid_cap_init(PCIDevice *dev, int nslots,
|
|
|
|
uint8_t chassis,
|
2017-06-27 14:16:53 +08:00
|
|
|
unsigned offset,
|
|
|
|
Error **errp);
|
2012-02-15 19:17:59 +02:00
|
|
|
void slotid_cap_cleanup(PCIDevice *dev);
|
|
|
|
|
|
|
|
#endif
|