aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sysfs/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/sysfs/sysfs.h')
-rw-r--r--fs/sysfs/sysfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index 42b0327d1624..3adce7d5e4f7 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -1,3 +1,5 @@
1struct sysfs_open_dirent;
2
1/* type-specific structures for sysfs_dirent->s_* union members */ 3/* type-specific structures for sysfs_dirent->s_* union members */
2struct sysfs_elem_dir { 4struct sysfs_elem_dir {
3 struct kobject *kobj; 5 struct kobject *kobj;
@@ -11,6 +13,7 @@ struct sysfs_elem_symlink {
11 13
12struct sysfs_elem_attr { 14struct sysfs_elem_attr {
13 struct attribute *attr; 15 struct attribute *attr;
16 struct sysfs_open_dirent *open;
14}; 17};
15 18
16struct sysfs_elem_bin_attr { 19struct sysfs_elem_bin_attr {