summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-29 19:26:01 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-07-29 19:26:01 +0200
commit170304603e7d905e98301c703ad2ec107b9a774c (patch)
tree7ebf0385b1cf9e2e164b7bab44bbd2202d9eafc9 /device.h
parentc4c609517db5f7a33e4d26809dd67620ba77e795 (diff)
s/claim_device/device_claim/
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);