summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems.h')
-rw-r--r--cpukit/include/rtems.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/include/rtems.h b/cpukit/include/rtems.h
index 9f6f9cc659..1b91965563 100644
--- a/cpukit/include/rtems.h
+++ b/cpukit/include/rtems.h
@@ -64,6 +64,11 @@ extern "C" {
#endif
/**
+ * @brief Returns the pointer to the RTEMS copyright notice.
+ */
+const char *rtems_get_copyright_notice(void);
+
+/**
* @brief Returns the pointer to the RTEMS version string.
*/
const char *rtems_get_version_string(void);