summaryrefslogtreecommitdiff
path: root/include/xen.h
diff options
context:
space:
mode:
authorOleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>2020-08-06 12:42:53 +0300
committerTom Rini <trini@konsulko.com>2020-08-14 22:18:30 +0300
commit60e49ff1f8a0b8d48b0d12bad94d0dfb8fdbeec8 (patch)
tree23255c3baca7f7d4924f18eea54ca171ccf6f5a2 /include/xen.h
parente87dfb0526be231de89b299531a0e637d343fccd (diff)
downloadu-boot-60e49ff1f8a0b8d48b0d12bad94d0dfb8fdbeec8.tar.xz
xen: Port Xen bus driver from mini-os
Make required updates to run on u-boot and strip test code. Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Diffstat (limited to 'include/xen.h')
-rw-r--r--include/xen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen.h b/include/xen.h
index 64ed3f0654..6fe30b83a2 100644
--- a/include/xen.h
+++ b/include/xen.h
@@ -8,7 +8,7 @@
/**
* xen_init() - Xen initialization
*
- * Map Xen memory pages, initialize event handler.
+ * Map Xen memory pages, initialize event handler and xenbus.
*/
void xen_init(void);