aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lguest.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lguest.h')
-rw-r--r--include/linux/lguest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/lguest.h b/include/linux/lguest.h
index 8e959deed412..ea335c8f86c3 100644
--- a/include/linux/lguest.h
+++ b/include/linux/lguest.h
@@ -36,7 +36,7 @@ struct lguest_data
36 /* 0xFF == done (set by Host), 0 == pending (set by Guest). */ 36 /* 0xFF == done (set by Host), 0 == pending (set by Guest). */
37 u8 hcall_status[LHCALL_RING_SIZE]; 37 u8 hcall_status[LHCALL_RING_SIZE];
38 /* The actual registers for the hypercalls. */ 38 /* The actual registers for the hypercalls. */
39 struct hcall_ring hcalls[LHCALL_RING_SIZE]; 39 struct hcall_args hcalls[LHCALL_RING_SIZE];
40 40
41/* Fields initialized by the Host at boot: */ 41/* Fields initialized by the Host at boot: */
42 /* Memory not to try to access */ 42 /* Memory not to try to access */