X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=639dbc8d5b78ec58e6a8004ec0ba57c562997b4f;hp=dee7137555767b031a5dd8f6dec22a6010b21830;hb=10741b4974b85c825036eb0717ddc7112f96f5fb;hpb=8c6361136d8c976407b03252b6cfadecb441b37a diff --git a/system.h b/system.h index dee7137..639dbc8 100644 --- a/system.h +++ b/system.h @@ -39,6 +39,7 @@ int system_if_up(struct device *dev); int system_if_down(struct device *dev); int system_if_check(struct device *dev); int system_if_dump_stats(struct device *dev, struct blob_buf *b); +struct device *system_if_get_parent(struct device *dev); int system_add_address(struct device *dev, struct device_addr *addr); int system_del_address(struct device *dev, struct device_addr *addr);