X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fdbg%2Fprint.c;h=28d0aa8773a38d9f9be002b0840d2613d4251b3e;hp=f0c755dbfe2361157068f7d5a20269988175e0a2;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/ntoskrnl/dbg/print.c b/ntoskrnl/dbg/print.c index f0c755d..28d0aa8 100644 --- a/ntoskrnl/dbg/print.c +++ b/ntoskrnl/dbg/print.c @@ -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,