Changeset fa0a9a18 in rtems
- Timestamp:
- 05/12/14 07:32:20 (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 390e73c4
- Parents:
- 6c5c2f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/shared/include/bootcard.h
r6c5c2f3 rfa0a9a18 8 8 9 9 /* 10 * Copyright (c) 2008-201 3embedded brains GmbH. All rights reserved.10 * Copyright (c) 2008-2014 embedded brains GmbH. All rights reserved. 11 11 * 12 12 * embedded brains GmbH … … 197 197 void bsp_libc_init(void); 198 198 199 /** 200 * @brief Standard start routine for secondary processors. 201 * 202 * This function is usually called by low-level startup code of secondary 203 * processors or boot loaders starting a secondary processor. The final step 204 * of this function is a call to 205 * _SMP_Start_multitasking_on_secondary_processor(). 206 */ 207 void bsp_start_on_secondary_processor(void); 208 199 209 /** @} */ 200 210
Note: See TracChangeset
for help on using the changeset viewer.