forked from xt-sys/exectos
Export runlevel related routines
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
@ cdecl HlIoPortOutShort(ptr long)
|
||||
@ fastcall KeAcquireQueuedSpinLock(long)
|
||||
@ fastcall KeAcquireSpinLock(ptr)
|
||||
@ fastcall KeGetCurrentRunLevel()
|
||||
@ stdcall KeInitializeApc(ptr ptr long ptr ptr ptr long ptr)
|
||||
@ stdcall KeInitializeDpc(ptr ptr ptr)
|
||||
@ stdcall KeInitializeSemaphore(ptr long long)
|
||||
@@ -20,6 +21,8 @@
|
||||
@ stdcall KeInitializeThreadedDpc(ptr ptr ptr)
|
||||
@ stdcall KeInitializeTimer(ptr)
|
||||
@ stdcall KeInitializeTimerEx(ptr long)
|
||||
@ fastcall KeLowerRunLevel(long)
|
||||
@ fastcall KeRaiseRunLevel(long)
|
||||
@ stdcall KeReadSemaphoreState(ptr)
|
||||
@ stdcall KeReleaseSemaphore(ptr long long long)
|
||||
@ fastcall KeReleaseQueuedSpinLock(long)
|
||||
|
Reference in New Issue
Block a user