X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fio%2Ftimer.c;fp=ntoskrnl%2Fio%2Ftimer.c;h=d6b06e21318562eb3745b28cdde309b2a18416df;hp=7ef009a49fbd1bd64177de23d1ef109b7b1c0328;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/ntoskrnl/io/timer.c b/ntoskrnl/io/timer.c index 7ef009a..d6b06e2 100644 --- a/ntoskrnl/io/timer.c +++ b/ntoskrnl/io/timer.c @@ -23,6 +23,9 @@ /* FUNCTIONS *****************************************************************/ +/* + * @implemented + */ NTSTATUS STDCALL IoInitializeTimer(PDEVICE_OBJECT DeviceObject, @@ -48,6 +51,9 @@ IoInitializeTimer(PDEVICE_OBJECT DeviceObject, return(STATUS_SUCCESS); } +/* + * @implemented + */ VOID STDCALL IoStartTimer(PDEVICE_OBJECT DeviceObject) @@ -70,6 +76,9 @@ IoStartTimer(PDEVICE_OBJECT DeviceObject) &(DeviceObject->Timer->dpc)); } +/* + * @implemented + */ VOID STDCALL IoStopTimer(PDEVICE_OBJECT DeviceObject)