aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.h
blob: 79fd6732c62024326ad5e37d409bfa502e134c6b (plain)
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