]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/genhd.h
[PATCH] add sysfs attr to re-emit device hotplug event
[linux-2.6-omap-h63xx.git] / include / linux / genhd.h
index 01796c41c951619f6afb9e7b3132ea28aec81b86..78af34840c69982c1c6b6e42b78564de637c174f 100644 (file)
@@ -132,6 +132,7 @@ struct gendisk {
 struct disk_attribute {
        struct attribute attr;
        ssize_t (*show)(struct gendisk *, char *);
+       ssize_t (*store)(struct gendisk *, const char *, size_t);
 };
 
 /*