]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/sysfs.h
New upstream release
[bcachefs-tools-debian] / include / linux / sysfs.h
index 3ba2f48a016eea6025234e202250a2409c0d0916..cb75d88bd3ac355b3b8fcaabc73596ec65786d1b 100644 (file)
@@ -10,6 +10,10 @@ struct attribute {
        umode_t                 mode;
 };
 
+struct attribute_group {
+       struct attribute        **attrs;
+};
+
 struct sysfs_ops {
        ssize_t (*show)(struct kobject *, struct attribute *, char *);
        ssize_t (*store)(struct kobject *, struct attribute *, const char *, size_t);