projects
/
project
/
netifd.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
move more stuff out of netifd.h
[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
#endif