summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 3c0c002..decbc74 100644
--- a/device.h
+++ b/device.h
@@ -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);