update for HEAD-2003050101
[reactos.git] / include / ddk / kefuncs.h
index b99a1be..6322bf2 100644 (file)
@@ -135,6 +135,9 @@ VOID STDCALL
 KeInitializeQueue(IN PKQUEUE Queue,
                  IN ULONG Count);
 
+PLIST_ENTRY STDCALL
+KeRundownQueue(IN PKQUEUE Queue);
+
 VOID STDCALL KeInitializeSemaphore (PKSEMAPHORE        Semaphore,
                                    LONG                Count,
                                    LONG                Limit);