diff options
Diffstat (limited to 'tools/iso/kernel.soso/timer.h')
-rw-r--r-- | tools/iso/kernel.soso/timer.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/iso/kernel.soso/timer.h b/tools/iso/kernel.soso/timer.h new file mode 100644 index 00000000..613c5c15 --- /dev/null +++ b/tools/iso/kernel.soso/timer.h @@ -0,0 +1,13 @@ +#ifndef TIMER_H +#define TIMER_H + +#include "common.h" + +void initializeTimer(); +uint32 getSystemTickCount(); +uint32 getUptimeSeconds(); +uint32 getUptimeMilliseconds(); +void enableScheduler(); +void disableScheduler(); + +#endif |