system_heap -> runtime (#2500)

* very light documentation for runtime

* more renaming

* one more rename

* RunTime -> Runtime
This commit is contained in:
fig02
2025-04-02 22:04:08 -04:00
committed by GitHub
parent dc9a1dca1e
commit ba9ca90c15
4 changed files with 25 additions and 28 deletions
+1 -1
View File
@@ -79,6 +79,6 @@ void* SysCfb_GetFbEnd(void);
void RcpUtils_PrintRegisterStatus(void);
void RcpUtils_Reset(void);
void SystemHeap_Init(void* start, u32 size);
void Runtime_Init(void* start, u32 size);
#endif