summaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_ctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ax25/ax25_ctl.h')
-rw-r--r--net/ax25/ax25_ctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/ax25/ax25_ctl.h b/net/ax25/ax25_ctl.h
new file mode 100644
index 000000000..10a41d991
--- /dev/null
+++ b/net/ax25/ax25_ctl.h
@@ -0,0 +1,6 @@
+#ifndef _AX25_CTL_H
+#define _AX25_CTL_H
+
+extern int ax25_ctl_ioctl(const unsigned int, void*);
+
+#endif