mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed declarations.
svn path=/trunk/; revision=4147
This commit is contained in:
parent
458223c320
commit
75e27edb71
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: kd.h,v 1.17 2003/01/19 01:46:33 hbirr Exp $
|
||||
/* $Id: kd.h,v 1.18 2003/02/14 17:52:30 ekohl Exp $
|
||||
*
|
||||
* kernel debugger prototypes
|
||||
*/
|
||||
|
@ -54,7 +54,7 @@ UCHAR
|
|||
KdGetChar(VOID);
|
||||
|
||||
VOID
|
||||
KdGdbStubInit();
|
||||
KdGdbStubInit(ULONG Phase);
|
||||
|
||||
VOID
|
||||
KdGdbDebugPrint (LPSTR Message);
|
||||
|
|
|
@ -86,7 +86,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord,
|
|||
VOID KeTrapFrameToContext(PKTRAP_FRAME TrapFrame,
|
||||
PCONTEXT Context);
|
||||
VOID
|
||||
KeApplicationProcessorInit();
|
||||
KeApplicationProcessorInit(VOID);
|
||||
VOID
|
||||
KePrepareForApplicationProcessorInit(ULONG id);
|
||||
ULONG
|
||||
|
@ -96,7 +96,7 @@ KePushAndStackSwitchAndSysRet(ULONG Push, PVOID NewStack);
|
|||
VOID STDCALL
|
||||
KeStackSwitchAndRet(PVOID NewStack);
|
||||
VOID STDCALL
|
||||
KeBugCheckWithTf(ULONG BugCheckCode,
|
||||
KeBugCheckWithTf(ULONG BugCheckCode,
|
||||
ULONG BugCheckParameter1,
|
||||
ULONG BugCheckParameter2,
|
||||
ULONG BugCheckParameter3,
|
||||
|
|
Loading…
Reference in a new issue