diff options
Diffstat (limited to 'include/xen.h')
-rw-r--r-- | include/xen.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xen.h b/include/xen.h index 6fe30b83a24..686b7148b5d 100644 --- a/include/xen.h +++ b/include/xen.h @@ -8,7 +8,8 @@ /** * xen_init() - Xen initialization * - * Map Xen memory pages, initialize event handler and xenbus. + * Map Xen memory pages, initialize event handler and xenbus, + * setup the grant table. */ void xen_init(void); |