summaryrefslogtreecommitdiffstats
path: root/net/ax25/af_ax25.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ax25/af_ax25.h')
-rw-r--r--net/ax25/af_ax25.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ax25/af_ax25.h b/net/ax25/af_ax25.h
new file mode 100644
index 000000000..9980f54f6
--- /dev/null
+++ b/net/ax25/af_ax25.h
@@ -0,0 +1,21 @@
+/*
+ * Interface declaration for AF_AX25 base routines layer.
+ *
+ * Matthias Welwarsky (DG2FEF) 05/28/98
+ *
+ */
+
+
+#ifndef _AF_AX25_H
+#define _AF_AX25_H
+
+#include <linux/skbuff.h>
+#include <net/ax25.h>
+
+extern struct net_device* ax25rtr_get_dev(ax25_address *);
+extern struct sock* ax25_make_new(struct sock*, struct net_device*);
+extern ax25_cb * ax25_list;
+extern void ax25_kill_by_device(struct net_device*);
+extern rwlock_t ax25_dev_lock;
+
+#endif