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.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/hal-dummy.c b/common/hal-dummy.c
index 8d6be05f..a516ed1b 100644
--- a/common/hal-dummy.c
+++ b/common/hal-dummy.c
@@ -36,7 +36,12 @@ void hal_cleanup(void)
{
}
-int hal_add_device(struct hal_device *device)
+int hal_create_device(struct hal_device *device)
+{
+ return 0;
+}
+
+int hal_remove_device(struct hal_device *device)
{
return 0;
}