summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/common/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/x86/src/common/up_internal.h')
-rw-r--r--nuttx/arch/x86/src/common/up_internal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/arch/x86/src/common/up_internal.h b/nuttx/arch/x86/src/common/up_internal.h
index c38d9e131..147c186ba 100644
--- a/nuttx/arch/x86/src/common/up_internal.h
+++ b/nuttx/arch/x86/src/common/up_internal.h
@@ -179,6 +179,17 @@ extern uint32_t _ebss; /* End+1 of .bss */
#ifndef __ASSEMBLY__
+/****************************************************************************
+ * Name: x86_boardinitialize
+ *
+ * Description:
+ * This function must be provided by the board-specific logic in the
+ * directory configs/<board-name>/src/.
+ *
+ ****************************************************************************/
+
+void x86_boardinitialize(void);
+
/* Defined in files with the same name as the function */
extern void up_boot(void);