summaryrefslogtreecommitdiff
path: root/i386/i386/model_dep.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/model_dep.h')
-rw-r--r--i386/i386/model_dep.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/i386/i386/model_dep.h b/i386/i386/model_dep.h
index 711f07fd..5369e288 100644
--- a/i386/i386/model_dep.h
+++ b/i386/i386/model_dep.h
@@ -29,6 +29,11 @@
#include <mach/std_types.h>
/*
+ * Address to hold AP boot code, held in ASM
+ */
+extern phys_addr_t apboot_addr;
+
+/*
* Find devices. The system is alive.
*/
extern void machine_init (void);
@@ -55,4 +60,9 @@ extern void halt_all_cpus (boolean_t reboot) __attribute__ ((noreturn));
*/
extern void machine_relax (void);
+/*
+ * C boot entrypoint - called by boot_entry in boothdr.S.
+ */
+extern void c_boot_entry(vm_offset_t bi);
+
#endif /* _I386AT_MODEL_DEP_H_ */