diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ void device_add_user(struct device_user *dep, struct device *iface); void device_remove_user(struct device_user *dep); void device_set_present(struct device *dev, bool state); -int claim_device(struct device *dev); +int device_claim(struct device *dev); void release_device(struct device *dev); int check_device_state(struct device *dev); |