update for HEAD-2003091401
[reactos.git] / ntoskrnl / io / timer.c
index 7ef009a..d6b06e2 100644 (file)
@@ -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)