proto-shell: add a config option for setting PROTO_FLAG_NODEV
[project/netifd.git] / netifd.h
1 #ifndef __NETIFD_H
2 #define __NETIFD_H
3
4 #include <sys/socket.h>
5 #include <net/if.h>
6
7 #include <stdbool.h>
8 #include <stdio.h>
9
10 #include <libubox/uloop.h>
11
12 #include <libubus.h>
13
14 #include "utils.h"
15
16 struct device;
17 struct interface;
18
19 extern const char *main_path;
20 void netifd_restart(void);
21
22 #endif