kernel: refactored function naming to remove "__" prefix
This commit is contained in:
parent
ac21e8f2db
commit
d26f3d4c1f
6 changed files with 75 additions and 65 deletions
|
@ -144,6 +144,11 @@ private:
|
|||
|
||||
extern ObjectPool g_object_pool;
|
||||
|
||||
} // namespace
|
||||
/**
|
||||
* Loads executable stored at specified address
|
||||
* @entry_point Entry point in memory of loaded executable
|
||||
* @return True on success, otherwise false
|
||||
*/
|
||||
bool LoadExec(u32 entry_point);
|
||||
|
||||
bool __KernelLoadExec(u32 entry_point);
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue