summaryrefslogtreecommitdiff
path: root/cpukit/include/rtems.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-05 16:11:39 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-06 07:47:34 +0200
commit1af8e45bb7149f72b932a4453dc1a699477ff00f (patch)
treeea54ce37badd8f45baf3545c8a65aba05e62a638 /cpukit/include/rtems.h
parent63274daf68a1b8633002687af15cd3afaacc8224 (diff)
rtems: Add rtems_get_copyright_notice()
Update #3973.
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);