aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-03-01 16:03:21 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-03-01 16:03:21 +0000
commite00fc7b748c70ada44bab4bd8e108cc1a7494d95 (patch)
tree9a3d0549389cd4afc822a90e089cce2268fcaf14 /xen/include/public/xen.h
parent2131e4744b591ef304e4ee2dd0d3c6891ad659b9 (diff)
downloadxen-e00fc7b748c70ada44bab4bd8e108cc1a7494d95.tar.gz
xen-e00fc7b748c70ada44bab4bd8e108cc1a7494d95.tar.bz2
xen-e00fc7b748c70ada44bab4bd8e108cc1a7494d95.zip
hcall: markup the event channel hypercalls to improve generated docs
As part of this I looked through the relevant chapter from interfaces.tex (from 4.1, deleted in unstable) to ensure no critical information was missing. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Keir Fraser <keir@xen.org> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index 68bce713ee..041ad0be33 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -146,6 +146,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
* The latter can be allocated only once per guest: they must initially be
* allocated to VCPU0 but can subsequently be re-bound.
*/
+/* ` enum virq { */
#define VIRQ_TIMER 0 /* V. Timebase update, and/or requested timeout. */
#define VIRQ_DEBUG 1 /* V. Request guest to dump debug info. */
#define VIRQ_CONSOLE 2 /* G. (DOM0) Bytes received on emergency console. */
@@ -167,6 +168,7 @@ DEFINE_XEN_GUEST_HANDLE(xen_pfn_t);
#define VIRQ_ARCH_5 21
#define VIRQ_ARCH_6 22
#define VIRQ_ARCH_7 23
+/* ` } */
#define NR_VIRQS 24