update for HEAD-2003050101
[reactos.git] / ntoskrnl / include / internal / ke.h
index 102b9c5..7cc8aad 100644 (file)
@@ -36,6 +36,8 @@
 
 struct _KTHREAD;
 
+VOID STDCALL KeRescheduleThread();
+
 VOID KiUpdateSystemTime (KIRQL oldIrql, ULONG Eip);
 
 VOID KeAcquireDispatcherDatabaseLock(BOOLEAN Wait);
@@ -58,6 +60,8 @@ VOID
 KiDeliverNormalApc(VOID);
 
 BOOLEAN STDCALL KeRemoveQueueApc (PKAPC Apc);
+PLIST_ENTRY STDCALL KeRundownQueue(IN PKQUEUE Queue);
+
 
 /* INITIALIZATION FUNCTIONS *************************************************/
 
@@ -86,7 +90,7 @@ KiDispatchException(PEXCEPTION_RECORD ExceptionRecord,
 VOID KeTrapFrameToContext(PKTRAP_FRAME TrapFrame,
                          PCONTEXT Context);
 VOID
-KeApplicationProcessorInit();
+KeApplicationProcessorInit(VOID);
 VOID
 KePrepareForApplicationProcessorInit(ULONG id);
 ULONG
@@ -96,7 +100,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,