mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:33:16 +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
|
* kernel debugger prototypes
|
||||||
*/
|
*/
|
||||||
|
@ -54,7 +54,7 @@ UCHAR
|
||||||
KdGetChar(VOID);
|
KdGetChar(VOID);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
KdGdbStubInit();
|
KdGdbStubInit(ULONG Phase);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
KdGdbDebugPrint (LPSTR Message);
|
KdGdbDebugPrint (LPSTR Message);
|
||||||
|
|
|
@ -86,7 +86,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord,
|
||||||
VOID KeTrapFrameToContext(PKTRAP_FRAME TrapFrame,
|
VOID KeTrapFrameToContext(PKTRAP_FRAME TrapFrame,
|
||||||
PCONTEXT Context);
|
PCONTEXT Context);
|
||||||
VOID
|
VOID
|
||||||
KeApplicationProcessorInit();
|
KeApplicationProcessorInit(VOID);
|
||||||
VOID
|
VOID
|
||||||
KePrepareForApplicationProcessorInit(ULONG id);
|
KePrepareForApplicationProcessorInit(ULONG id);
|
||||||
ULONG
|
ULONG
|
||||||
|
@ -96,7 +96,7 @@ KePushAndStackSwitchAndSysRet(ULONG Push, PVOID NewStack);
|
||||||
VOID STDCALL
|
VOID STDCALL
|
||||||
KeStackSwitchAndRet(PVOID NewStack);
|
KeStackSwitchAndRet(PVOID NewStack);
|
||||||
VOID STDCALL
|
VOID STDCALL
|
||||||
KeBugCheckWithTf(ULONG BugCheckCode,
|
KeBugCheckWithTf(ULONG BugCheckCode,
|
||||||
ULONG BugCheckParameter1,
|
ULONG BugCheckParameter1,
|
||||||
ULONG BugCheckParameter2,
|
ULONG BugCheckParameter2,
|
||||||
ULONG BugCheckParameter3,
|
ULONG BugCheckParameter3,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue