Ad more routines for semaphores support

This commit is contained in:
2023-02-17 09:40:18 +01:00
parent 03bae53fb9
commit 08405e7bdc
3 changed files with 61 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
@ stdcall KeInitializeSpinLock(ptr)
@ stdcall KeInitializeTimer(ptr)
@ stdcall KeInitializeTimerEx(ptr long)
@ stdcall KeReadSemaphoreState(ptr)
@ stdcall KeReleaseSemaphore(ptr long long long)
@ stdcall RtlCompareMemory(ptr ptr long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlFillMemory(ptr long long)