summaryrefslogtreecommitdiff
path: root/lib/libpci.ver
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpci.ver')
-rw-r--r--lib/libpci.ver12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libpci.ver b/lib/libpci.ver
new file mode 100644
index 0000000..192bce7
--- /dev/null
+++ b/lib/libpci.ver
@@ -0,0 +1,12 @@
+/* Version script for the libpci */
+
+/*
+ * Visibility declarations in the source take precedence over this script,
+ * so we can boldly declare pci_* as public and still keep the internal
+ * functions properly hidden.
+ */
+
+LIBPCI_2.99 {
+ global: pci_*;
+ local: *;
+};