#include <os_config.h>
#include <sys/arch.h>
#include <sys/types.h>
#include <sys/ktypes.h>
Functions | |
void | idle_task (void) |
Variables | |
pid_t | current_pid |
Kernel Stack pointer. | |
pid_t | prev_pid |
Currently executing processes' ID. | |
process_struct * | current_process |
ID of process executing immediately before a context switch. | |
void * | kernel_sp |
Process Table. |
|
|