bsps: Declare bsp_start_on_secondary_processors()

This commit is contained in:
Sebastian Huber
2014-05-12 09:32:20 +02:00
parent 6c5c2f39d0
commit fa0a9a1893

View File

@@ -7,7 +7,7 @@
*/
/*
* Copyright (c) 2008-2013 embedded brains GmbH. All rights reserved.
* Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved.
*
* embedded brains GmbH
* Dornierstr. 4
@@ -196,6 +196,16 @@ void bsp_work_area_initialize(void);
void bsp_libc_init(void);
/**
* @brief Standard start routine for secondary processors.
*
* This function is usually called by low-level startup code of secondary
* processors or boot loaders starting a secondary processor. The final step
* of this function is a call to
* _SMP_Start_multitasking_on_secondary_processor().
*/
void bsp_start_on_secondary_processor(void);
/** @} */
#ifdef __cplusplus