16 #ifndef _RTEMS_VERSION_H 17 #define _RTEMS_VERSION_H int rtems_version_major(void)
Returns the version's major number.
Definition: version.c:41
int rtems_version_minor(void)
Returns the version's minor number.
Definition: version.c:46
int rtems_version_revision(void)
Returns the version's revision number.
Definition: version.c:51
const char * rtems_version_control_key(void)
Returns the version control key for the current version of code that has been built. The key is specific to the version control system being used and allows the built version to be identified.
Definition: version.c:56
const char * rtems_version(void)
Returns the version string.
Definition: version.c:32
const char * rtems_board_support_package(void)
Returns the board support package name.
Definition: rtems-version.c:32