update for HEAD-2003091401
[reactos.git] / ntoskrnl / io / error.c
index ab78daf..3b84fdd 100644 (file)
@@ -36,6 +36,9 @@
 /* FUNCTIONS *****************************************************************/
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL 
 IoRaiseHardError(PIRP Irp,
                 PVPB Vpb,
@@ -50,6 +53,9 @@ IoIsTotalDeviceFailure(NTSTATUS Status)
    UNIMPLEMENTED;
 }
 
+/*
+ * @unimplemented
+ */
 BOOLEAN STDCALL 
 IoRaiseInformationalHardError(NTSTATUS ErrorStatus,
                              PUNICODE_STRING String,