diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:26:01 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:26:01 +0200 |
commit | 170304603e7d905e98301c703ad2ec107b9a774c (patch) | |
tree | 7ebf0385b1cf9e2e164b7bab44bbd2202d9eafc9 /device.h | |
parent | c4c609517db5f7a33e4d26809dd67620ba77e795 (diff) |
s/claim_device/device_claim/
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); |