summaryrefslogtreecommitdiffstats
path: root/common/hal-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal-dummy.c')
-rw-r--r--common/hal-dummy.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/hal-dummy.c b/common/hal-dummy.c
index e16a6b67..8d6be05f 100644
--- a/common/hal-dummy.c
+++ b/common/hal-dummy.c
@@ -35,3 +35,8 @@ int hal_init(DBusConnection *conn)
void hal_cleanup(void)
{
}
+
+int hal_add_device(struct hal_device *device)
+{
+ return 0;
+}