branch update for HEAD-2003091401
[reactos.git] / subsys / win32k / include / timer.h
1 #ifndef _SUBSYS_WIN32K_INCLUDE_TIMER_H
2 #define _SUBSYS_WIN32K_INCLUDE_TIMER_H
3
4 NTSTATUS FASTCALL InitTimerImpl(VOID);
5 VOID FASTCALL RemoveTimersThread(HANDLE ThreadID);
6
7 #endif /* ndef _SUBSYS_WIN32K_INCLUDE_TIMER_H */