summaryrefslogtreecommitdiff
path: root/include/xen.h
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-11-28 10:43:14 +0200
committerTom Rini <trini@konsulko.com>2021-01-15 14:36:12 -0500
commiteb2825b79d1e029fa0b9e9ff35fe08c2eca8ca17 (patch)
tree5cacb986de8f06b2030518ec67fed80ec6374dba /include/xen.h
parent42d0d4223f991062f10d8b09e9268ed4cbcf271e (diff)
common: board_r: Drop initr_xen wrapper
Add a return value to xen_init and use it directly in the post-relocation init sequence, rather than using a wrapper stub. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 a952a2c84b8..868132156e9 100644
--- a/include/xen.h
+++ b/include/xen.h
@@ -11,7 +11,7 @@
* Map Xen memory pages, initialize event handler and xenbus,
* setup the grant table.
*/
-void xen_init(void);
+int xen_init(void);
/**
* xen_fini() - Board cleanup before Linux kernel start