amdsmi_version_t Struct Reference

amdsmi_version_t Struct Reference#

AMD SMI: amdsmi_version_t Struct Reference
amdsmi_version_t Struct Reference

This structure holds version information. More...

#include <amdsmi.h>

Data Fields

uint32_t major
 Major version.
 
uint32_t minor
 Minor version.
 
uint32_t release
 Patch, build or stepping version.
 
const char * build
 Full Build version string.
 

Detailed Description

This structure holds version information.

Definition at line 1715 of file amdsmi.h.

Field Documentation

◆ major

uint32_t amdsmi_version_t::major

Major version.

Definition at line 1716 of file amdsmi.h.

◆ minor

uint32_t amdsmi_version_t::minor

Minor version.

Definition at line 1717 of file amdsmi.h.

◆ release

uint32_t amdsmi_version_t::release

Patch, build or stepping version.

Definition at line 1718 of file amdsmi.h.

◆ build

const char* amdsmi_version_t::build

Full Build version string.

Definition at line 1719 of file amdsmi.h.


The documentation for this struct was generated from the following file: