aboutsummaryrefslogtreecommitdiff
path: root/sys/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/include')
-rw-r--r--sys/include/sys/machdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/sys/machdep.h b/sys/include/sys/machdep.h
index c337b17..f494f73 100644
--- a/sys/include/sys/machdep.h
+++ b/sys/include/sys/machdep.h
@@ -36,6 +36,7 @@
#if defined(_KERNEL)
__weak void processor_init(void);
+__weak void pre_init(void);
__weak void processor_halt(void);
#endif /* defined(_KERNEL) */