Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
12 lines
258 B
C
12 lines
258 B
C
#ifndef PCI_SLOTID_CAP_H
|
|
#define PCI_SLOTID_CAP_H
|
|
|
|
|
|
int slotid_cap_init(PCIDevice *dev, int nslots,
|
|
uint8_t chassis,
|
|
unsigned offset,
|
|
Error **errp);
|
|
void slotid_cap_cleanup(PCIDevice *dev);
|
|
|
|
#endif
|