Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenkd.c
Go to the documentation of this file.
00001 /* 00002 * PROJECT: ReactOS Kernel 00003 * LICENSE: GPL - See COPYING in the top level directory 00004 * FILE: ntoskrnl/ke/i386/cpu.c 00005 * PURPOSE: Routines for CPU-level support 00006 * PROGRAMMERS: Timo Kreuzer (timo.kreuzer@reactos.org) 00007 */ 00008 00009 /* INCLUDES ******************************************************************/ 00010 00011 #include <ntoskrnl.h> 00012 #define NDEBUG 00013 #include <debug.h> 00014 00015 /* FUNCTIONS *****************************************************************/ 00016 00017 VOID 00018 NTAPI 00019 KdpGdbStubInit(PKD_DISPATCH_TABLE WrapperTable, 00020 ULONG BootPhase) 00021 { 00022 UNIMPLEMENTED; 00023 } Generated on Sun May 27 2012 04:37:19 for ReactOS by
1.7.6.1
|