diff options
author | Oleksandr Andrushchenko | 2020-08-06 12:42:54 +0300 |
---|---|---|
committer | Tom Rini | 2020-08-14 15:18:30 -0400 |
commit | c850674ff74b1625c17a77a454acec0e9cc6ec36 (patch) | |
tree | 20c947ce82954b9d7f1e619e21e193c6e19a9ff1 /include/xen.h | |
parent | 60e49ff1f8a0b8d48b0d12bad94d0dfb8fdbeec8 (diff) |
xen: Port Xen grant table driver from mini-os
Make required updates to run on u-boot.
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
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); |