Export semaphore, spinlock and timer initialization routines
Alle checks waren succesvol
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2023-02-16 22:33:54 +01:00
bovenliggende ccaa28399a
commit 03bae53fb9
Getekend door: belliash
GPG sleutel-ID: 4E829243E0CFE6B4

Bestand weergeven

@ -4,6 +4,10 @@
@ cdecl HlIoPortOutByte(ptr long)
@ cdecl HlIoPortOutLong(ptr long)
@ cdecl HlIoPortOutShort(ptr long)
@ stdcall KeInitializeSemaphore(ptr long long)
@ stdcall KeInitializeSpinLock(ptr)
@ stdcall KeInitializeTimer(ptr)
@ stdcall KeInitializeTimerEx(ptr long)
@ stdcall RtlCompareMemory(ptr ptr long)
@ stdcall RtlCopyMemory(ptr ptr long)
@ stdcall RtlFillMemory(ptr long long)