monitor.h
Go to the documentation of this file.00001 00044 #ifndef KERN_MONITOR_H 00045 #define KERN_MONITOR_H 00046 00047 #include "cfg/cfg_monitor.h" 00048 00049 #include <cpu/types.h> 00050 00061 void monitor_start(size_t stacksize, cpu_stack_t *stack); 00062 00063 00072 size_t monitor_checkStack(cpu_stack_t *stack_base, size_t stack_size); 00073 00074 00076 void monitor_report(void); 00077 00078 #endif /* KERN_MONITOR_H */
