X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system-dummy.c;fp=system-dummy.c;h=7d543159cf54ac99abb909e17ebd5c8483f5e1a0;hp=8e420e124b3aed3569aedc394c0eab9ecc177bdd;hb=fe08cfd2bfb389f7c174e2dd1561ba4a381db213;hpb=248ec27b62439662f28deab08adb9ee4e906f3b6 diff --git a/system-dummy.c b/system-dummy.c index 8e420e1..7d54315 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -96,6 +96,11 @@ int system_if_check(struct device *dev) return 0; } +int system_if_resolve(struct device *dev) +{ + return 0; +} + struct device * system_if_get_parent(struct device *dev) {