sysclk: remove unused stuff

This commit is contained in:
souldbminersmwc
2026-01-31 17:12:50 -05:00
parent 2646995b72
commit 1c21187f73
6 changed files with 68 additions and 95 deletions

View File

@@ -125,6 +125,13 @@ typedef enum {
HorizonOCSpeedo_EnumMax,
} HorizonOCSpeedo;
typedef enum {
GPUUVLevel_NoUV = 0,
GPUUVLevel_SLT,
GPUUVLevel_HiOPT,
GPUUVLevel_EnumMax,
} GPUUndervoltLevel;
#define SYSCLK_ENUM_VALID(n, v) ((v) < n##_EnumMax)
static inline const char* sysclkFormatModule(SysClkModule module, bool pretty)