summaryrefslogtreecommitdiffstats
path: root/include/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink.h')
-rw-r--r--include/netlink.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/netlink.h b/include/netlink.h
new file mode 100644
index 0000000..4898bb5
--- /dev/null
+++ b/include/netlink.h
@@ -0,0 +1,7 @@
+#ifndef _DECT_NETLINK_H
+#define _DECT_NETLINK_H
+
+extern int dect_netlink_init(struct dect_handle *dh);
+extern void dect_netlink_exit(struct dect_handle *dh);
+
+#endif /* _DECT_NETLINK_H */