summaryrefslogtreecommitdiff
path: root/hw/pci/slotid_cap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci/slotid_cap.h')
-rw-r--r--hw/pci/slotid_cap.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/pci/slotid_cap.h b/hw/pci/slotid_cap.h
deleted file mode 100644
index 70db0470b0..0000000000
--- a/hw/pci/slotid_cap.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#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);
-void slotid_cap_cleanup(PCIDevice *dev);
-
-#endif