summaryrefslogtreecommitdiff
path: root/i386/i386at/biosmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/biosmem.h')
-rw-r--r--i386/i386at/biosmem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/i386/i386at/biosmem.h b/i386/i386at/biosmem.h
index 0cc4f8a..1db63f9 100644
--- a/i386/i386at/biosmem.h
+++ b/i386/i386at/biosmem.h
@@ -47,7 +47,11 @@
*
* It is called before paging is enabled.
*/
+#ifdef MACH_HYP
+void biosmem_xen_bootstrap(void);
+#else /* MACH_HYP */
void biosmem_bootstrap(struct multiboot_raw_info *mbi);
+#endif /* MACH_HYP */
/*
* Allocate contiguous physical pages during bootstrap.