Changed type to uint32_t oam_id due to header unification
Signed-off-by: Dalibor Stanisavljevic <Dalibor.Stanisavljevic@amd.com> Change-Id: I351415f4a766ad6aa0c2e81adf8b416d066048ea
This commit is contained in:
committed by
Cedomir Dimic
parent
9fb2c967de
commit
80043adb81
@@ -587,8 +587,8 @@ typedef struct {
|
||||
uint64_t device_id; //< The device id of a GPU
|
||||
uint32_t rev_id;
|
||||
char asic_serial[AMDSMI_NORMAL_STRING_LENGTH];
|
||||
uint16_t oam_id; //< 0xFFFF if not supported
|
||||
uint16_t reserved[37];
|
||||
uint32_t oam_id; //< 0xFFFF if not supported
|
||||
uint32_t reserved[18];
|
||||
} amdsmi_asic_info_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user