summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-rtems.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/rld-rtems.h')
-rw-r--r--rtemstoolkit/rld-rtems.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/rtemstoolkit/rld-rtems.h b/rtemstoolkit/rld-rtems.h
index 04305ce..a682988 100644
--- a/rtemstoolkit/rld-rtems.h
+++ b/rtemstoolkit/rld-rtems.h
@@ -52,6 +52,21 @@ namespace rld
const std::string version ();
/**
+ * Get the RTEMS major version number.
+ */
+ uint64_t version_major ();
+
+ /**
+ * Get the RTEMS minor version number.
+ */
+ uint64_t version_minor ();
+
+ /**
+ * Get the RTEMS revision version number.
+ */
+ uint64_t version_revision ();
+
+ /**
* Return the arch/bsp string.
*/
const std::string arch_bsp ();