Index: include/linux/sysfs.h =================================================================== RCS file: /home/cvs/linux-2.5/include/linux/sysfs.h,v retrieving revision 1.9 diff -u -r1.9 sysfs.h --- include/linux/sysfs.h 15 May 2003 23:50:23 -0000 1.9 +++ include/linux/sysfs.h 21 May 2003 13:49:29 -0000 @@ -23,6 +23,9 @@ ssize_t (*write)(struct kobject *, char *, loff_t, size_t); }; +int sysfs_create_bin_file(struct kobject * kobj, struct bin_attribute * attr); +int sysfs_remove_bin_file(struct kobject * kobj, struct bin_attribute * attr); + struct sysfs_ops { ssize_t (*show)(struct kobject *, struct attribute *,char *); ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);