X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fmonitor.c;h=5995fc53d223954ee4905afb38183457c18f5917;hb=cd442d4c29789100518394a055d52261e4cbd36f;hp=26e2025b514dab010ec961ae298d0567a3892f5e;hpb=570a53d354d611597f9d422dfbb47a609e788204;p=bertos.git diff --git a/bertos/kern/monitor.c b/bertos/kern/monitor.c index 26e2025b..5995fc53 100644 --- a/bertos/kern/monitor.c +++ b/bertos/kern/monitor.c @@ -42,18 +42,20 @@ #if CONFIG_KERN_MONITOR #include "proc_p.h" +#include +#include + #include + #include + #include -#include /* CPU_STACK_GROWS_UPWARD */ -#include -#include +#include /* CPU_STACK_GROWS_UPWARD */ /* Access to this list must be protected against the scheduler */ static List MonitorProcs; - void monitor_init(void) { LIST_INIT(&MonitorProcs);