summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/include/rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/rtems/include/rtems.h')
-rw-r--r--cpukit/rtems/include/rtems.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index 2cbfee49f0..b6befd87e0 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/rtems/include/rtems.h
@@ -68,6 +68,15 @@ extern "C" {
#include <rtems/rtems/support.h>
#include <rtems/score/sysstate.h>
+/*
+ * Obtain the RTEMS Version String
+ *
+ * This method may be used to obtain the RTEMS version string.
+ *
+ * This method returns a pointer to the version string.
+ */
+const char *rtems_get_version_string(void);
+
#define RTEMS_HAS_HARDWARE_FP CPU_HARDWARE_FP
/*