summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-31 14:45:17 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-03-14 13:13:27 +0100
commit20d472d3d7d2debc69897083be107b50f5804680 (patch)
tree7c9d4b7895c535c314a0874726cece73777fb44b /cpukit/include/rtems
parentposix: is_initialized is of type int not bool (diff)
downloadrtems-20d472d3d7d2debc69897083be107b50f5804680.tar.bz2
Add rtems_board_support_package()
Diffstat (limited to 'cpukit/include/rtems')
-rw-r--r--cpukit/include/rtems/version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/include/rtems/version.h b/cpukit/include/rtems/version.h
index b806cb8c2f..9bee2e8d10 100644
--- a/cpukit/include/rtems/version.h
+++ b/cpukit/include/rtems/version.h
@@ -67,6 +67,13 @@ int rtems_version_revision( void );
*/
const char *rtems_version_control_key( void );
+/**
+ * @brief Returns the board support package name.
+ *
+ * @return The board support package name.
+ */
+const char *rtems_board_support_package( void );
+
/** @} */
#ifdef __cplusplus