- Revert 49927 "Update to trunk" as it breaks KsStudio (again)
[reactos.git] / ntoskrnl / kdbg / amd64 / kdb_help.S
index eca6dcf..eb77701 100644 (file)
@@ -1,9 +1,7 @@
+#include <reactos/asm.h>
+#include <ndk/amd64/asm.h>
 
-#include <asm.inc>
-
-#include <ksamd64.inc>
-
-PUBLIC KdbEnter
+.globl KdbEnter
 KdbEnter:
 
     /* save flags */
@@ -151,6 +149,4 @@ KdbpStackSwitchAndCall:
     mov rsp, rax
 
     /* Return */
-    ret
-
-END
\ No newline at end of file
+    ret
\ No newline at end of file