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 decbc74..7fc4975 100644
--- a/device.h
+++ b/device.h
@@ -138,7 +138,7 @@ void device_remove_user(struct device_user *dep);
void device_set_present(struct device *dev, bool state);
int device_claim(struct device *dev);
-void release_device(struct device *dev);
+void device_release(struct device *dev);
int check_device_state(struct device *dev);
void device_free_all(void);