]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso/NXP_Code/startup/boot_multicore_slave.h
commit 9f316c246baafa15c542a5aea81a94f26e3d6507
[freertos] / FreeRTOS / Demo / CORTEX_MPU_M33F_NXP_LPC55S69_MCUXpresso / NXP_Code / startup / boot_multicore_slave.h
1 //*****************************************************************************\r
2 // boot_multicore_slave.h\r
3 //\r
4 // Header for functions used for booting of slave core in multicore system\r
5 //*****************************************************************************\r
6 //\r
7 // Copyright 2016-2019 NXP\r
8 // All rights reserved.\r
9 //\r
10 // SPDX-License-Identifier: BSD-3-Clause\r
11 //*****************************************************************************\r
12 \r
13 #ifndef BOOT_MULTICORE_SLAVE_H_\r
14 #define BOOT_MULTICORE_SLAVE_H_\r
15 \r
16 #ifdef __cplusplus\r
17 extern "C" {\r
18 #endif\r
19 \r
20 void boot_multicore_slave(void);\r
21 \r
22 #ifdef __cplusplus\r
23 }\r
24 #endif\r
25 \r
26 #endif /* BOOT_MULTICORE_SLAVE_H_ */\r