From 75e27edb71f833ddfd7a67fa78c0f00883fe4af2 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 14 Feb 2003 17:52:31 +0000 Subject: [PATCH] Fixed declarations. svn path=/trunk/; revision=4147 --- reactos/ntoskrnl/include/internal/kd.h | 4 ++-- reactos/ntoskrnl/include/internal/ke.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/reactos/ntoskrnl/include/internal/kd.h b/reactos/ntoskrnl/include/internal/kd.h index 7af92ec9f78..85e3a38465c 100644 --- a/reactos/ntoskrnl/include/internal/kd.h +++ b/reactos/ntoskrnl/include/internal/kd.h @@ -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); diff --git a/reactos/ntoskrnl/include/internal/ke.h b/reactos/ntoskrnl/include/internal/ke.h index 102b9c561cd..93c1ce545f7 100644 --- a/reactos/ntoskrnl/include/internal/ke.h +++ b/reactos/ntoskrnl/include/internal/ke.h @@ -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,