diff options
Diffstat (limited to 'include/xen.h')
-rw-r--r-- | include/xen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xen.h b/include/xen.h index a952a2c84b..868132156e 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 |