X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;h=9c734ea5955820f4c551b1ab2198d4d6f13746fc;hp=76c6ffa7d032d8bbbf37f05bd51ee633c55cbca3;hb=5e0fb81b9a9a8ad8ef582d8d29d7d243e1903100;hpb=f6f065d3997ccc8d42805529e4aad59b789579ad diff --git a/system-dummy.c b/system-dummy.c index 76c6ffa..9c734ea 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -83,6 +83,10 @@ int system_if_down(struct device *dev) return 0; } +void system_if_get_settings(struct device *dev, struct device_settings *s) +{ +} + void system_if_clear_state(struct device *dev) { }