This commit is contained in:
hanai3Bi
2023-04-01 01:49:31 +03:00
committed by hanabbi
parent 63bbde2f58
commit 3db0b9b380
210 changed files with 1286 additions and 48394 deletions

View File

@@ -45,6 +45,7 @@ class ClockManager
virtual ~ClockManager();
bool RefreshContext();
uint32_t GetHz(SysClkModule);
static ClockManager *instance;
std::atomic_bool running;
@@ -57,6 +58,4 @@ class ClockManager
SysClkOcExtra *oc;
ReverseNXSync *rnxSync;
Governor *governor;
uint32_t GetHz(SysClkModule);
};