forked from Imagelibrary/rtems
2002-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/system.h: Add __RTEMS_REVISION__.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-03-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rtems/system.h: Add __RTEMS_REVISION__.
|
||||||
|
|
||||||
2002-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-02-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/rtems/system.h: Add __RTEMS_MAJOR__, __RTEMS_MINOR__.
|
* include/rtems/system.h: Add __RTEMS_MAJOR__, __RTEMS_MINOR__.
|
||||||
|
|||||||
@@ -22,11 +22,12 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Major and minor version number of RTEMS.
|
* Major, minor, revision version numbers of RTEMS.
|
||||||
* Use these macros to test for features in specific releases.
|
* Use these macros to test for features in specific releases.
|
||||||
*/
|
*/
|
||||||
#define __RTEMS_MAJOR__ 4
|
#define __RTEMS_MAJOR__ 4
|
||||||
#define __RTEMS_MINOR__ 6
|
#define __RTEMS_MINOR__ 6
|
||||||
|
#define __RTEMS_REVISION__ 0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The cpu options include file defines all cpu dependent
|
* The cpu options include file defines all cpu dependent
|
||||||
|
|||||||
Reference in New Issue
Block a user