diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/globals.h b/include/globals.h index b33ebc7..16845d5 100644 --- a/include/globals.h +++ b/include/globals.h @@ -4,6 +4,7 @@ #include <sys/schedule.h> #ifndef GLOBALS_C +extern unsigned long irqlr; extern unsigned long cntfrq; extern unsigned long cmdidx; extern char cmd[2048]; |