Add missing documentation for tasking_get_address_space
This commit is contained in:
parent
a7f7cd0a77
commit
d09697c7df
@ -115,5 +115,11 @@ void tasking_unblock(pid_t pid,pid_t tid);
|
|||||||
* Yield to the next ready thread in any process
|
* Yield to the next ready thread in any process
|
||||||
*/
|
*/
|
||||||
void tasking_yield();
|
void tasking_yield();
|
||||||
|
/**
|
||||||
|
* Get the address_space of a process
|
||||||
|
* \param pid the PID of the process
|
||||||
|
* \return the address_space of the process
|
||||||
|
*/
|
||||||
|
void* tasking_get_address_space(pid_t pid);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user