working on kernel tasklets
This commit is contained in:
@@ -14,6 +14,7 @@ process_t* current_task();
|
||||
process_t* get_task_by_pid(uint32_t pid);
|
||||
|
||||
int get_next_pid();
|
||||
void sched_create_ktask(void* addr);
|
||||
void add_task(process_t* task);
|
||||
|
||||
void sleep(uint32_t ms);
|
||||
|
||||
Reference in New Issue
Block a user