xenbus: add a comment with the names of the generated accessors

For easy grepping.

Sponsored by:		Citrix Systems R&D
This commit is contained in:
Roger Pau Monné 2016-01-15 14:34:31 +00:00
parent b7d076ed19
commit 137c69ea60

View File

@ -82,7 +82,13 @@ enum {
};
/**
* Simplified accessors for xenbus devices
* Simplified accessors for xenbus devices:
*
* xenbus_get_node
* xenbus_get_type
* xenbus_get_state
* xenbus_get_otherend_id
* xenbus_get_otherend_path
*/
#define XENBUS_ACCESSOR(var, ivar, type) \
__BUS_ACCESSOR(xenbus, var, XENBUS, ivar, type)