RTEMS CPU Kit with SuperCore  4.11.2
system.h
Go to the documentation of this file.
1 
11 /*
12  * COPYRIGHT (c) 1989-2007.
13  * On-Line Applications Research Corporation (OAR).
14  *
15  * The license and distribution terms for this file may be
16  * found in the file LICENSE in this distribution or at
17  * http://www.rtems.org/license/LICENSE.
18  */
19 
20 #ifndef _RTEMS_SYSTEM_H
21 #define _RTEMS_SYSTEM_H
22 
23 #include <rtems/score/cpu.h>
24 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 #ifndef ASM
37 
38 #ifdef RTEMS_POSIX_API
39 
40 int POSIX_NOT_IMPLEMENTED( void );
41 #endif
42 
48 extern const char _RTEMS_version[];
49 
53 extern const char _Copyright_Notice[];
54 
56 #define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name)
57 
58 #endif /* ASM */
59 
60 #ifdef __cplusplus
61 }
62 #endif
63 
65 #endif
66 /* end of include file */
const char _Copyright_Notice[]
The following is the extern for the RTEMS copyright string.
const char _RTEMS_version[]
The following is the extern for the RTEMS version string.