update for HEAD-2003091401
[reactos.git] / ntoskrnl / dbg / print.c
index f0c755d..28d0aa8 100644 (file)
@@ -53,6 +53,9 @@ __asm__ ("\n\t.global _DbgService\n\t"
  *       You'll only break the serial/bochs debugging feature!!!
  */
 
+/*
+ * @implemented
+ */
 ULONG 
 DbgPrint(PCH Format, ...)
 {
@@ -74,6 +77,9 @@ DbgPrint(PCH Format, ...)
 }
 
 
+/*
+ * @unimplemented
+ */
 VOID STDCALL
 DbgPrompt (PCH OutputString,
           PCH InputString,