Export semaphore, spinlock and timer initialization routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
ccaa28399a
commit
03bae53fb9
@ -4,6 +4,10 @@
|
|||||||
@ cdecl HlIoPortOutByte(ptr long)
|
@ cdecl HlIoPortOutByte(ptr long)
|
||||||
@ cdecl HlIoPortOutLong(ptr long)
|
@ cdecl HlIoPortOutLong(ptr long)
|
||||||
@ cdecl HlIoPortOutShort(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 RtlCompareMemory(ptr ptr long)
|
||||||
@ stdcall RtlCopyMemory(ptr ptr long)
|
@ stdcall RtlCopyMemory(ptr ptr long)
|
||||||
@ stdcall RtlFillMemory(ptr long long)
|
@ stdcall RtlFillMemory(ptr long long)
|
||||||
|
Loading…
Reference in New Issue
Block a user