summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 07:08:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-02-28 07:08:21 +0000
commit9c59c2d9536df048e309f70f48b67bba137ca244 (patch)
treead9a664fbc86bd6d152ea43adb9316da3d18bc3e /cpukit/score/include
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-9c59c2d9536df048e309f70f48b67bba137ca244.tar.bz2
Merger from rtems-4-6-branch.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/system.h b/cpukit/score/include/rtems/system.h
index 92b05c340c..fc013750ff 100644
--- a/cpukit/score/include/rtems/system.h
+++ b/cpukit/score/include/rtems/system.h
@@ -22,6 +22,13 @@ extern "C" {
#endif
/*
+ * Major and minor version number of RTEMS.
+ * Use these macros to test for features in specific releases.
+ */
+#define __RTEMS_MAJOR__ 4
+#define __RTEMS_MINOR__ 6
+
+/*
* The cpu options include file defines all cpu dependent
* parameters for this build of RTEMS. It must be included
* first so the basic macro definitions are in place.