mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
b7d076ed19
commit
137c69ea60
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue