forked from Imagelibrary/rtems
bsps: Declare bsp_start_on_secondary_processors()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user