summaryrefslogtreecommitdiffstats
path: root/common/hal-dummy.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-03-21 14:24:15 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-03-21 14:24:15 +0000
commit833ce8edc2b4cde819a2aa7efb8e562958c48acd (patch)
treee48df90df6d0e8cb059036e65c908b9de53f93ed /common/hal-dummy.c
parentad5740f56965f3fc003b704fe41e80fe1e53434d (diff)
Implement generic HAL device helpers
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;
+}