update for HEAD-2003091401
[reactos.git] / ntoskrnl / io / shutdown.c
index ef369b7..8aaec24 100644 (file)
@@ -79,6 +79,9 @@ VOID IoShutdownRegisteredDevices(VOID)
      }
 }
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL IoRegisterShutdownNotification(PDEVICE_OBJECT DeviceObject)
 {
    PSHUTDOWN_ENTRY Entry;
@@ -99,6 +102,9 @@ NTSTATUS STDCALL IoRegisterShutdownNotification(PDEVICE_OBJECT DeviceObject)
    return STATUS_SUCCESS;
 }
 
+/*
+ * @implemented
+ */
 VOID STDCALL IoUnregisterShutdownNotification(PDEVICE_OBJECT DeviceObject)
 {
    PSHUTDOWN_ENTRY ShutdownEntry;