RTEMS  5.1
mp.h
Go to the documentation of this file.
1 
10 /* COPYRIGHT (c) 1989-2013.
11  * On-Line Applications Research Corporation (OAR).
12  *
13  * The license and distribution terms for this file may be
14  * found in the file LICENSE in this distribution or at
15  * http://www.rtems.org/license/LICENSE.
16  */
17 
18 #ifndef _RTEMS_RTEMS_MP_H
19 #define _RTEMS_RTEMS_MP_H
20 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
42 void rtems_multiprocessing_announce ( void );
43 
44 #ifdef __cplusplus
45 }
46 #endif
47 
50 #endif
51 /* end of include file */
void rtems_multiprocessing_announce(void)
RTEMS Multiprocessing Announce.
Definition: mp.c:24