X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fsysfs.h;h=dac0859e6440eff158588997a66cc3414520ce96;hb=e11c259f745889b55bc5596ca78271f2f5cf08d2;hp=d7d2f2158142cf04f77aa8a93c382a0e2ef941db;hpb=d4a7dbfdf180a656de3eb9e64614e2b991ffaa53;p=cascardo%2Flinux.git 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 { struct sysfs_ops { ssize_t (*show)(struct kobject *, struct attribute *,char *); ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t); + const void *(*namespace)(struct kobject *, const struct attribute *); }; struct sysfs_dirent;