summaryrefslogtreecommitdiff
path: root/system-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'system-dummy.c')
-rw-r--r--system-dummy.c4
1 files changed, 4 insertions, 0 deletions
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)
{
}