aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public/xen.h
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-11-19 14:25:35 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-11-19 14:25:35 +0000
commit807980f78bef99559aa7e31546d6084f9ed1eaf8 (patch)
treed03cace3712debbdb7edfaf2acdf914699ff22da /xen/include/public/xen.h
parent562b79b01880bce707cc545257f208c047a34e8b (diff)
downloadxen-807980f78bef99559aa7e31546d6084f9ed1eaf8.tar.gz
xen-807980f78bef99559aa7e31546d6084f9ed1eaf8.tar.bz2
xen-807980f78bef99559aa7e31546d6084f9ed1eaf8.zip
docs: Include prototype for HYPERVISOR_multicall
Mark-up for inclusion of generated docs. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/public/xen.h')
-rw-r--r--xen/include/public/xen.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
index 0bdc71cf3f..bff9542182 100644
--- a/xen/include/public/xen.h
+++ b/xen/include/public/xen.h
@@ -540,7 +540,10 @@ typedef struct mmu_update mmu_update_t;
DEFINE_XEN_GUEST_HANDLE(mmu_update_t);
/*
- * Send an array of these to HYPERVISOR_multicall().
+ * ` enum neg_errnoval
+ * ` HYPERVISOR_multicall(multicall_entry_t call_list[],
+ * ` unsigned int nr_calls);
+ *
* NB. The fields are natural register size for this architecture.
*/
struct multicall_entry {