summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems/score/copyrt.h
diff options
context:
space:
mode:
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