summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/system-dummy.c b/system-dummy.c
index 9a646dc..00a9b2a 100644
--- a/system-dummy.c
+++ b/system-dummy.c
@@ -64,6 +64,11 @@ int system_if_down(struct device *dev)
return 0;
}
+void system_if_clear_state(struct device *dev)
+{
+ return 0;
+}
+
int system_if_check(struct device *dev)
{
dev->ifindex = 0;