Skip to content

Commit

Permalink
refactor: change uint32_t to UInt32
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut committed Nov 2, 2024
1 parent 4daad23 commit dc9e8e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NootRX/AMDCommon.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@ enum AMDUCodeID : UInt32 {

struct CosReadConfigurationSettingInput {
const char *settingName;
uint32_t settingType;
uint32_t outLen;
UInt32 settingType;
UInt32 outLen;
void *outPtr;
};

struct CosReadConfigurationSettingOutput {
uint32_t settingLen;
UInt32 settingLen;
};

//-------- AMD Catalyst Constants --------//
Expand Down

0 comments on commit dc9e8e8

Please sign in to comment.