summaryrefslogtreecommitdiff
path: root/ubus.h
blob: a9166c623f6e18644e5ad330c9fa74ec1e6a6791 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __NETIFD_UBUS_H
#define __NETIFD_UBUS_H

int netifd_ubus_init(const char *path);
void netifd_ubus_done(void);
void netifd_ubus_add_interface(struct interface *iface);
void netifd_ubus_remove_interface(struct interface *iface);
void netifd_ubus_interface_event(struct interface *iface, bool up);

#endif