sysclk: refine misc gui

This commit is contained in:
souldbminersmwc
2026-02-03 18:56:48 -05:00
parent ef2434c457
commit 2f6ed69b92
7 changed files with 184 additions and 106 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <map>
#include <cstdint>
#include <string>
extern std::map<uint32_t, std::string> cpu_freq_label_m;
extern std::map<uint32_t, std::string> cpu_freq_label_e;
extern std::map<uint32_t, std::string> gpu_freq_label_m;
extern std::map<uint32_t, std::string> gpu_freq_label_e;