diff options
Diffstat (limited to 'src/inc/timer.h')
-rw-r--r-- | src/inc/timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/timer.h b/src/inc/timer.h index 4b2bb8c..7c4f077 100644 --- a/src/inc/timer.h +++ b/src/inc/timer.h @@ -6,5 +6,6 @@ #include <def.h> void timer_install(); +void timer_handler(); // For scheduler #endif |