decls.h File Reference

#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_structcurrent_process
 ID of process executing immediately before a context switch.
void * kernel_sp
 Process Table.

Detailed Description

Gathers declarations for kernel data structures in one place

Function Documentation

void idle_task void   ) 
 

  • This task is run when the system is idle. This task is initialized during system init and is always run with the least priority.
    Returns:
  • Nothing
    Note:
  • None


Generated on Thu Feb 13 14:46:23 2014 for 2014.1_doc by  doxygen 1.4.5