summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/copyrt.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-11 08:20:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-07-14 07:25:45 +0200
commit90390118c0eaa76da6f98ee81f775391b7bfb695 (patch)
treecb93791335d17f31e20c625cb5724806204a7be3 /cpukit/include/rtems/score/copyrt.h
parentFix for Beaglebone BSP PWM bug (diff)
downloadrtems-90390118c0eaa76da6f98ee81f775391b7bfb695.tar.bz2
rtems: Move declartion of _RTEMS_version
Close #3978.
Diffstat (limited to 'cpukit/include/rtems/score/copyrt.h')
-rw-r--r--cpukit/include/rtems/score/copyrt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/include/rtems/score/copyrt.h b/cpukit/include/rtems/score/copyrt.h
index c7b00b4247..1d0ad09f29 100644
--- a/cpukit/include/rtems/score/copyrt.h
+++ b/cpukit/include/rtems/score/copyrt.h
@@ -41,6 +41,16 @@ extern "C" {
*/
extern const char _Copyright_Notice[];
+/**
+ * @brief This constant provides the RTEMS version string.
+ *
+ * The constant name does not follow the naming conventions. Do not change it
+ * for backward compatibility reasons.
+ *
+ * @see rtems_get_version_string()
+ */
+extern const char _RTEMS_version[];
+
#ifdef __cplusplus
}
#endif