1 2 3 4 5 6 7 8
#ifndef PINGU_NETLINK_H #define PINGU_NETLINK_H #include <ev.h> int kernel_init(struct ev_loop *loop); #endif