From 4128274b3b8c47a58f6895e1dbe5b1949887b9e1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 21 Mar 2007 19:35:35 +0000 Subject: Add functions for creating and removing HAL devices --- common/hal-dummy.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/hal-dummy.c') 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; } -- cgit