diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-07-03 03:43:49 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-07-03 03:43:49 -0700 |
| commit | 59c6630a851e15bc6bcecac9656e916574203b95 (patch) | |
| tree | f8a3a2d86b499c3d8ec782c2581c03238b242d1a /include/linux/device.h | |
| parent | e956d3ab2a9fd0387d41f5035e0902e06bcbc219 (diff) | |
[PATCH] driver core: added class_device_rename()
Based on a patch written by Dan Aloni <da-x@gmx.net>
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index edf43ff2ffb2..2795b85ac6f1 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -216,6 +216,8 @@ extern void class_device_initialize(struct class_device *); extern int class_device_add(struct class_device *); extern void class_device_del(struct class_device *); +extern int class_device_rename(struct class_device *, char *); + extern struct class_device * class_device_get(struct class_device *); extern void class_device_put(struct class_device *); |
