about summary refs log tree commit diff
path: root/src/devices/wifi/exports.ver
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/wifi/exports.ver')
-rw-r--r--src/devices/wifi/exports.ver7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/devices/wifi/exports.ver b/src/devices/wifi/exports.ver
new file mode 100644
index 00000000..d2c45124
--- /dev/null
+++ b/src/devices/wifi/exports.ver
@@ -0,0 +1,7 @@
+{
+global:
+	nm_device_factory_create;
+	nm_device_factory_get_device_type;
+local:
+	*;
+};