X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=system-dummy.c;h=9c734ea5955820f4c551b1ab2198d4d6f13746fc;hb=83d3a901d3178a8840092b6e4f7f829b89da4ba0;hp=76c6ffa7d032d8bbbf37f05bd51ee633c55cbca3;hpb=f6f065d3997ccc8d42805529e4aad59b789579ad;p=project%2Fnetifd.git 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) { }