summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2003-02-06 15:18:17 +1100
committerGreg Kroah-Hartman <greg@kroah.com>2003-02-06 15:18:17 +1100
commite44e3531bde5ae94b98ee16a80269740fb35136b (patch)
tree827c53858c4941de109bb7e4fc389fd9ec381a66 /include
parent6b5561f41727815382a3e58130b0cd6488f3ec44 (diff)
[PATCH] sysfs: add sysfs_update_file() function.
Diffstat (limited to 'include')
-rw-r--r--include/linux/sysfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h
index 6a4cb2ffeaa9..9d0be48ba34c 100644
--- a/include/linux/sysfs.h
+++ b/include/linux/sysfs.h
@@ -30,6 +30,9 @@ sysfs_remove_dir(struct kobject *);
extern int
sysfs_create_file(struct kobject *, struct attribute *);
+extern int
+sysfs_update_file(struct kobject *, struct attribute *);
+
extern void
sysfs_remove_file(struct kobject *, struct attribute *);