Start decompiling board/last5.c
This commit is contained in:
parent
acb8192460
commit
31143de4ee
5 changed files with 745 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ Process *HuPrcCurrentGet(void);
|
|||
int HuPrcKill(Process *process);
|
||||
void HuPrcChildKill(Process *process);
|
||||
void HuPrcSleep(int time);
|
||||
void HuPrcVSleep(void);
|
||||
void HuPrcVSleep();
|
||||
void HuPrcWakeup(Process *process);
|
||||
void HuPrcDestructorSet2(Process *process, void (*func)(void));
|
||||
void HuPrcDestructorSet(void (*func)(void));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue