diff options
Diffstat (limited to 'common/hal.h')
-rw-r--r-- | common/hal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/hal.h b/common/hal.h index f2afacad..5f80fb92 100644 --- a/common/hal.h +++ b/common/hal.h @@ -31,4 +31,5 @@ struct hal_device { char uuid[37]; }; -int hal_add_device(struct hal_device *); +int hal_create_device(struct hal_device *); +int hal_remove_device(struct hal_device *); |