Author: royger
Date: Fri Jan 15 14:34:31 2016
New Revision: 294090
URL: https://svnweb.freebsd.org/changeset/base/294090
Log:
xenbus: add a comment with the names of the generated accessors
For easy grepping.
Sponsored by: Citrix Systems R&D
Modified:
head/sys/xen/xenbus/xenbusvar.h
Modified: head/sys/xen/xenbus/xenbusvar.h
==============================================================================
--- head/sys/xen/xenbus/xenbusvar.h Fri Jan 15 13:47:11 2016
(r294089)
+++ head/sys/xen/xenbus/xenbusvar.h Fri Jan 15 14:34:31 2016
(r294090)
@@ -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)
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"