summaryrefslogtreecommitdiffhomepage
path: root/netifd.h
blob: 69210acc80ef52b9310087003f0e7920029624f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef __NETIFD_H
#define __NETIFD_H

#include <sys/socket.h>
#include <net/if.h>

#include <stdbool.h>
#include <stdio.h>

#include <libubox/uloop.h>

#include <libubus.h>

#include "utils.h"

struct device;
struct interface;

#endif