summaryrefslogtreecommitdiffstats
path: root/common/hal.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/hal.h')
-rw-r--r--common/hal.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/hal.h b/common/hal.h
index 5ff86a8a..f2afacad 100644
--- a/common/hal.h
+++ b/common/hal.h
@@ -25,3 +25,10 @@
int hal_init(DBusConnection *conn);
void hal_cleanup(void);
+
+struct hal_device {
+ char *udi;
+ char uuid[37];
+};
+
+int hal_add_device(struct hal_device *);