37#ifndef _RTEMS_VERSION_H
38#define _RTEMS_VERSION_H
130static inline bool rtems_version_control_key_is_valid(
const char *key )
132 return key[ 0 ] !=
'\0';
int rtems_version_major(void)
Returns the version's major number.
Definition: version.c:65
const char * rtems_version(void)
Returns the version string.
Definition: version.c:56
bool rtems_version_release_label_is_valid(void)
Returns true, if the release label is valid, otherwise false.
Definition: version.c:102
int rtems_version_revision(void)
Returns the version's revision number.
Definition: version.c:75
const char * rtems_version_control_key(void)
Returns the version control key for the current version of code that has been built.
Definition: version.c:80
const char * rtems_board_support_package(void)
Returns the board support package name.
Definition: rtems-version.c:42
int rtems_version_minor(void)
Returns the version's minor number.
Definition: version.c:70
const char * rtems_version_release_label(void)
Returns the revision label for the current version of code that has been built.
Definition: version.c:89