RTEMS 6.1-rc4
Loading...
Searching...
No Matches
Functions
version.h File Reference

This header file provides the Version API. More...

#include <stdbool.h>

Go to the source code of this file.

Functions

const char * rtems_version (void)
 Returns the version string.
 
int rtems_version_major (void)
 Returns the version's major number.
 
int rtems_version_minor (void)
 Returns the version's minor number.
 
int rtems_version_revision (void)
 Returns the version's revision number.
 
const char * rtems_version_control_key (void)
 Returns the version control key for the current version of code that has been built.
 
const char * rtems_version_release_label (void)
 Returns the revision label for the current version of code that has been built.
 
bool rtems_version_release_label_is_valid (void)
 Returns true, if the release label is valid, otherwise false.
 
const char * rtems_board_support_package (void)
 Returns the board support package name.
 

Detailed Description

This header file provides the Version API.