Functions | |
| int | openamp_version_major (void) |
| Library major version number. | |
| int | openamp_version_minor (void) |
| Library minor version number. | |
| int | openamp_version_patch (void) |
| Library patch level. | |
| const char * | openamp_version (void) |
| Library version string. | |
|
extern |
Library version string.
Return the version string of the library linked into the application. This could differ from the value of LIB_VERSION, which is the version string of the library that the application was compiled against.
|
extern |
Library major version number.
Return the major version number of the library linked into the application. This is required to match the value of LIB_VERSION_MAJOR, which is the major version of the library that the application was compiled against.
|
extern |
Library minor version number.
Return the minor version number of the library linked into the application. This could differ from the value of LIB_VERSION_MINOR, which is the minor version of the library that the application was compiled against.
|
extern |
Library patch level.
Return the patch level of the library linked into the application. This could differ from the value of LIB_VERSION_PATCH, which is the patch level of the library that the application was compiled against.