kernel/src/tasks.h

7 lines
118 B
C

#ifndef KERNEL_INCLUDED_TASKS
#define KERNEL_INCLUDED_TASKS 1
void tasks_switch_to_user(unsigned long base);
#endif