finished applying @implemented and @unimplemented comments and remove the comments...
[reactos.git] / reactos / ntoskrnl / ke / i386 / brkpoint.c
index 5f2f7eb..9fbcfd1 100644 (file)
 
 /* FUNCTIONS *****************************************************************/
 
+/*
+ * @implemented
+ */
 VOID STDCALL 
 DbgBreakPoint(VOID)
 {
    __asm__("int $3\n\t");
 }
 
+/*
+ * @implemented
+ */
 VOID STDCALL 
 DbgBreakPointWithStatus(ULONG Status)
 {