16 #ifndef _RTEMS_VERSION_H 17 #define _RTEMS_VERSION_H 85 return key[ 0 ] !=
'\0';
const char * rtems_version_control_key(void)
Returns the version control key for the current version of code that has been built.
static bool rtems_version_control_key_is_valid(const char *key)
Returns true, if the version control key is valid, otherwise false.
const char * rtems_board_support_package(void)
Returns the board support package name.
const char * rtems_version(void)
Returns the version string.
int rtems_version_revision(void)
Returns the version's revision number.
int rtems_version_minor(void)
Returns the version's minor number.
int rtems_version_major(void)
Returns the version's major number.