linux/Documentation/filesystems/configfs
Joel Becker ecb3d28c7e [PATCH] configfs: Convenience macros for attribute definition.
Sysfs has the _ATTR() and _ATTR_RO() macros to make defining extended
form attributes easier.  configfs should have something similiar.

- _CONFIGFS_ATTR() and _CONFIGFS_ATTR_RO() are the counterparts to the
  sysfs macros.
- CONFIGFS_ATTR_STRUCT() creates the extended form attribute structure.
- CONFIGFS_ATTR_OPS() defines the show_attribute()/store_attribute()
  operations that call the show()/store() operations of the extended
  form configfs_attributes.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
2008-07-31 16:21:13 -07:00
..
configfs.txt [PATCH] configfs: Convenience macros for attribute definition. 2008-07-31 16:21:13 -07:00
configfs_example_explicit.c [PATCH] configfs: Convenience macros for attribute definition. 2008-07-31 16:21:13 -07:00
configfs_example_macros.c [PATCH] configfs: Convenience macros for attribute definition. 2008-07-31 16:21:13 -07:00