X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=kern%2Fmonitor.h;h=95bbb6db9a752f18a7b11df8ad5f98b9a3a0f925;hb=33d48af0258dd55e1d2b51a4ae2f87401dcb00e9;hp=9946719b764ba4bcfcf9c15ad073cc102020af5e;hpb=77c1d6ba65a199f60faa0e0a68e63ef0eb87677c;p=bertos.git diff --git a/kern/monitor.h b/kern/monitor.h index 9946719b..95bbb6db 100644 --- a/kern/monitor.h +++ b/kern/monitor.h @@ -27,7 +27,7 @@ * the GNU General Public License. * * Copyright 2004 Develer S.r.l. (http://www.develer.com/) - * This file is part of DevLib - See README.devlib for information. + * * --> * * \brief Monitor to check for stack overflows @@ -37,33 +37,10 @@ * \author Giovanni Bajo */ -/*#* - *#* $Log$ - *#* Revision 1.5 2006/07/19 12:56:27 bernie - *#* Convert to new Doxygen style. - *#* - *#* 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. - *#* - *#* Revision 1.2 2005/04/11 19:10:28 bernie - *#* Include top-level headers from cfg/ subdir. - *#* - *#* Revision 1.1 2004/10/03 20:39:03 bernie - *#* Import in DevLib. - *#* - *#* Revision 1.1 2004/09/30 23:19:30 rasky - *#* Estratto il monitor degli stack da proc.c in due file a parte: monitor.c/h - *#* Rinominata monitor_debug_stacks in monitor_report - *#* - *#*/ - #ifndef KERN_MONITOR_H #define KERN_MONITOR_H -#include +#include #include #if CONFIG_KERN_MONITOR