wdm.h: Define KeResetEvent and KeSetEvent.
authorDamjan Jovanovic <damjan.jov@gmail.com>
Mon, 12 Apr 2010 18:33:01 +0000 (20:33 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Apr 2010 09:37:14 +0000 (11:37 +0200)
include/ddk/wdm.h

index b086ef76d0e18e422e60cc379eb8095d58788434..e57be4b05e4b05b5ce1bb639960c82d8792abcf7 100644 (file)
@@ -1082,6 +1082,8 @@ void      WINAPI KeQuerySystemTime(LARGE_INTEGER*);
 void      WINAPI KeQueryTickCount(LARGE_INTEGER*);
 ULONG     WINAPI KeQueryTimeIncrement(void);
 LONG      WINAPI KeReleaseSemaphore(PRKSEMAPHORE,KPRIORITY,LONG,BOOLEAN);
+LONG      WINAPI KeResetEvent(PRKEVENT);
+LONG      WINAPI KeSetEvent(PRKEVENT,KPRIORITY,BOOLEAN);
 KPRIORITY WINAPI KeSetPriorityThread(PKTHREAD,KPRIORITY);
 
 PVOID     WINAPI MmAllocateContiguousMemory(SIZE_T,PHYSICAL_ADDRESS);