RTEMS
5.0.0
cpukit
include
rtems
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
43
extern
const
char
_RTEMS_version
[];
44
48
extern
const
char
_Copyright_Notice
[];
49
51
#define RTEMS_MAXIMUM_NAME_LENGTH sizeof(rtems_name)
52
53
#endif
/* ASM */
54
55
#ifdef __cplusplus
56
}
57
#endif
58
60
#endif
61
/* end of include file */
_Copyright_Notice
const char _Copyright_Notice[]
Definition:
exinit.c:41
_RTEMS_version
const char _RTEMS_version[]
Definition:
rtems-version.c:28
Generated by
1.8.13