fusee_cpp: implement cpu startup
This commit is contained in:
@@ -31,6 +31,7 @@ namespace ams::clkrst {
|
||||
|
||||
void EnableSeClock();
|
||||
void EnableCldvfsClock();
|
||||
void EnableCsiteClock();
|
||||
void EnableTzramClock();
|
||||
|
||||
void EnableCache2Clock();
|
||||
|
||||
@@ -53,5 +53,6 @@ namespace ams::hw::arch::arm64 {
|
||||
}
|
||||
|
||||
void FlushDataCache(const void *ptr, size_t size);
|
||||
void InvalidateDataCache(const void *ptr, size_t size);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user