RTEMS CPU Kit with SuperCore  4.11.3
mp.h
Go to the documentation of this file.
1 
13 /* COPYRIGHT (c) 1989-2013.
14  * On-Line Applications Research Corporation (OAR).
15  *
16  * The license and distribution terms for this file may be
17  * found in the file LICENSE in this distribution or at
18  * http://www.rtems.org/license/LICENSE.
19  */
20 
21 #ifndef _RTEMS_RTEMS_MP_H
22 #define _RTEMS_RTEMS_MP_H
23 
34 #ifdef __cplusplus
35 extern "C" {
36 #endif
37 
44 
52 void rtems_multiprocessing_announce ( void );
53 
54 #ifdef __cplusplus
55 }
56 #endif
57 
60 #endif
61 /* end of include file */
void rtems_multiprocessing_announce(void)
RTEMS Multiprocessing Announce.
Definition: mp.c:28
void _Multiprocessing_Manager_initialization(void)
Multiprocessing Manager Initialization.
Definition: mp.c:24