diff options
Diffstat (limited to 'include/linux/sysfs.h')
| -rw-r--r-- | include/linux/sysfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index d7d2f2158142..dac0859e6440 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h | |||
| @@ -112,6 +112,7 @@ struct bin_attribute { | |||
| 112 | struct sysfs_ops { | 112 | struct sysfs_ops { |
| 113 | ssize_t (*show)(struct kobject *, struct attribute *,char *); | 113 | ssize_t (*show)(struct kobject *, struct attribute *,char *); |
| 114 | ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t); | 114 | ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t); |
| 115 | const void *(*namespace)(struct kobject *, const struct attribute *); | ||
| 115 | }; | 116 | }; |
| 116 | 117 | ||
| 117 | struct sysfs_dirent; | 118 | struct sysfs_dirent; |
