X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Finclude%2Ftimers.h;h=e120060b595fc54d2966e2ecdd8d75784132007e;hb=9fb3c9f3a8eaaacefc5e01718b2c88512a153e75;hp=248329868c5cf73641bea479b84493077b535e1f;hpb=015f48988e0ff398409d71dfc692005ab439490a;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/include/timers.h b/KernelLand/Kernel/include/timers.h index 24832986..e120060b 100644 --- a/KernelLand/Kernel/include/timers.h +++ b/KernelLand/Kernel/include/timers.h @@ -53,6 +53,11 @@ extern void Time_ScheduleTimer(tTimer *Timer, int Delta); */ extern void Time_RemoveTimer(tTimer *Timer); +/** + * Schedule a THREAD_EVENT_TIMER to fire in \a Delay milliseconds + */ +extern void Time_ScheduleEvent(int Delay); + /** * \brief Wait for a period of milliseconds */