summaryrefslogtreecommitdiffstats
path: root/bsps/include/bsp/bootcard.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/include/bsp/bootcard.h')
-rw-r--r--bsps/include/bsp/bootcard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/bsps/include/bsp/bootcard.h b/bsps/include/bsp/bootcard.h
index 4dc3f4c2b0..f78000587a 100644
--- a/bsps/include/bsp/bootcard.h
+++ b/bsps/include/bsp/bootcard.h
@@ -167,6 +167,8 @@ static inline void bsp_work_area_initialize_with_table(
void bsp_work_area_initialize(void);
+struct Per_CPU_Control;
+
/**
* @brief Standard start routine for secondary processors.
*
@@ -175,7 +177,7 @@ void bsp_work_area_initialize(void);
* of this function is a call to
* _SMP_Start_multitasking_on_secondary_processor().
*/
-void bsp_start_on_secondary_processor(void);
+void bsp_start_on_secondary_processor(struct Per_CPU_Control *cpu_self);
/** @} */