diff options
author | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 01:10:50 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2007-08-01 01:53:31 +0300 |
commit | 8658f5d923a69fb55b4cd9e1e84c2d271679f6e2 (patch) | |
tree | ff73a6152627f125621afc97cddb73fdfdf28079 /config/config-backends.h | |
parent | aa75b3481724834da2f855d8dd2ff36074bd5706 (diff) |
Hotplug: Add HAL support
Add support for HAL-based hotplugging, in which we just get the list of
input devices and properties from HAL. Requires an FDI which is not yet
in mainline HAL.
Diffstat (limited to 'config/config-backends.h')
-rw-r--r-- | config/config-backends.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/config-backends.h b/config/config-backends.h index 8a10a3e49..dd87a861e 100644 --- a/config/config-backends.h +++ b/config/config-backends.h @@ -50,3 +50,8 @@ void config_dbus_core_remove_hook(struct config_dbus_core_hook *hook); int config_dbus_init(void); void config_dbus_fini(void); #endif + +#ifdef CONFIG_HAL +int config_hal_init(void); +void config_hal_fini(void); +#endif |