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