X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.h;h=3703641fe66d14bb72ee7c71dbb8768cf2328b2a;hb=7c051389f54e9da902884c617cb881a052b0c101;hp=352d83b758b456e9f9252a7747c595e25157006b;hpb=76c53bfa0136be55cf17e57b1ee098e5dfeefa70;p=bertos.git diff --git a/kern/monitor.h b/kern/monitor.h index 352d83b7..3703641f 100755 --- a/kern/monitor.h +++ b/kern/monitor.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/02/24 01:17:05 bernie + *#* Update for new emulator. + *#* *#* Revision 1.3 2005/11/04 16:20:02 bernie *#* Fix reference to README.devlib in header. *#* @@ -33,7 +36,7 @@ #define KERN_MONITOR_H #include -#include +#include #if CONFIG_KERN_MONITOR @@ -58,7 +61,7 @@ void monitor_start(size_t stacksize, cpustack_t *stack); * \note For this function to work, the stack must have been filled at startup with * CONFIG_KERN_STACKFILLCODE. */ -size_t monitor_check_stack(cpustack_t* stack_base, size_t stack_size); +size_t monitor_checkStack(cpustack_t *stack_base, size_t stack_size); /*! Print a report of the stack status through kdebug */