diff options
Diffstat (limited to 'include/hw/pci/slotid_cap.h')
-rw-r--r-- | include/hw/pci/slotid_cap.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/hw/pci/slotid_cap.h b/include/hw/pci/slotid_cap.h new file mode 100644 index 000000000..8b4dc0ce8 --- /dev/null +++ b/include/hw/pci/slotid_cap.h @@ -0,0 +1,11 @@ +#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 |