The version information structure returned by NvRmGpuLibGetVersionInfo().
Definition at line 364 of file nvrm_gpu.h.
Data Fields | |
uint32_t | major |
The library major version. More... | |
uint32_t | minor |
The library minor version. More... | |
uint32_t | patch |
The library patch level. More... | |
const char * | suffix |
Version string suffix (always non-NULL ) More... | |
uint32_t NvRmGpuLibVersionInfoRec::major |
uint32_t NvRmGpuLibVersionInfoRec::minor |
uint32_t NvRmGpuLibVersionInfoRec::patch |
const char* NvRmGpuLibVersionInfoRec::suffix |
Version string suffix (always non-NULL
)
When the version string suffix is:
"-dev"
: Internal development release"-rel34"
: Version numbering is specific to NVIDIA Tegra release branch 34Definition at line 391 of file nvrm_gpu.h.