[NTOSKRNL]
[reactos.git] / reactos / ntoskrnl / kd / amd64 / kd.c
1 /*
2 * PROJECT: ReactOS Kernel
3 * LICENSE: GPL - See COPYING in the top level directory
4 * FILE: ntoskrnl/ke/i386/cpu.c
5 * PURPOSE: Routines for CPU-level support
6 * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org)
7 */
8
9 /* INCLUDES ******************************************************************/
10
11 #include <ntoskrnl.h>
12 #define NDEBUG
13 #include <debug.h>
14
15 /* FUNCTIONS *****************************************************************/
16
17 VOID
18 NTAPI
19 KdpGdbStubInit(PKD_DISPATCH_TABLE WrapperTable,
20 ULONG BootPhase)
21 {
22 UNIMPLEMENTED;
23 }