aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'pingu_netlink.h')
-rw-r--r--pingu_netlink.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pingu_netlink.h b/pingu_netlink.h
new file mode 100644
index 0000000..79fd673
--- /dev/null
+++ b/pingu_netlink.h
@@ -0,0 +1,8 @@
+#ifndef PINGU_NETLINK_H
+#define PINGU_NETLINK_H
+
+#include <ev.h>
+
+int kernel_init(struct ev_loop *loop);
+
+#endif