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.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/sysfs/sysfs.h b/fs/sysfs/sysfs.h
index f4fdbbffd571..f8f49cc5c852 100644
--- a/fs/sysfs/sysfs.h
+++ b/fs/sysfs/sysfs.h
@@ -20,8 +20,11 @@ extern int sysfs_create(struct dentry *, int mode, int (*init)(struct inode *));
20 20
21extern void release_sysfs_dirent(struct sysfs_dirent * sd); 21extern void release_sysfs_dirent(struct sysfs_dirent * sd);
22extern int sysfs_dirent_exist(struct sysfs_dirent *, const unsigned char *); 22extern int sysfs_dirent_exist(struct sysfs_dirent *, const unsigned char *);
23extern int sysfs_make_dirent(struct sysfs_dirent *, struct dentry *, void *, 23extern struct sysfs_dirent *sysfs_new_dirent(void *element, umode_t mode,
24 umode_t, int); 24 int type);
25extern void sysfs_attach_dirent(struct sysfs_dirent *sd,
26 struct sysfs_dirent *parent_sd,
27 struct dentry *dentry);
25 28
26extern int sysfs_add_file(struct dentry *, const struct attribute *, int); 29extern int sysfs_add_file(struct dentry *, const struct attribute *, int);
27extern int sysfs_hash_and_remove(struct dentry * dir, const char * name); 30extern int sysfs_hash_and_remove(struct dentry * dir, const char * name);