Update kernel exports
Some checks failed
Builds / ExectOS (amd64, debug) (push) Successful in 28s
Builds / ExectOS (amd64, release) (push) Successful in 26s
Builds / ExectOS (i686, debug) (push) Failing after 22s
Builds / ExectOS (i686, release) (push) Failing after 21s

This commit is contained in:
2025-09-11 19:35:38 +02:00
parent 631c260280
commit cc632c5ef9

View File

@@ -11,6 +11,12 @@
@ 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 HlReadRegister8(ptr)
@ stdcall HlReadRegister16(ptr)
@ stdcall HlReadRegister32(ptr)
@ stdcall HlWriteRegister8(ptr long)
@ stdcall HlWriteRegister16(ptr long)
@ stdcall HlWriteRegister32(ptr long)
@ fastcall KeAcquireQueuedSpinLock(long) @ fastcall KeAcquireQueuedSpinLock(long)
@ fastcall KeAcquireSpinLock(ptr) @ fastcall KeAcquireSpinLock(ptr)
@ stdcall KeAcquireSystemResource(long ptr) @ stdcall KeAcquireSystemResource(long ptr)
@@ -60,11 +66,14 @@
@ stdcall RtlFindWideString(wstr wstr) @ stdcall RtlFindWideString(wstr wstr)
@ stdcall RtlFindWideStringInsensitive(wstr wstr) @ stdcall RtlFindWideStringInsensitive(wstr wstr)
@ stdcall RtlInitializeBitMap(ptr ptr long) @ stdcall RtlInitializeBitMap(ptr ptr long)
@ stdcall RtlInitializeListHead(ptr)
@ stdcall RtlInsertHeadList(ptr ptr)
@ stdcall RtlInsertTailList(ptr ptr)
@ stdcall RtlListEmpty(ptr)
@ stdcall RtlListLoop(ptr)
@ stdcall RtlMoveMemory(ptr ptr long) @ stdcall RtlMoveMemory(ptr ptr long)
@ stdcall RtlMultiplyLargeInteger(long long long) @ stdcall RtlMultiplyLargeInteger(long long long)
@ stdcall RtlReadRegisterByte(ptr) @ stdcall RtlRemoveEntryList(ptr)
@ stdcall RtlReadRegisterLong(ptr)
@ stdcall RtlReadRegisterShort(ptr)
@ stdcall RtlReverseString(str long) @ stdcall RtlReverseString(str long)
@ stdcall RtlReverseWideString(wstr long) @ stdcall RtlReverseWideString(wstr long)
@ stdcall RtlSameMemory(ptr ptr long) @ stdcall RtlSameMemory(ptr ptr long)
@@ -89,7 +98,4 @@
@ stdcall RtlTrimString(str) @ stdcall RtlTrimString(str)
@ stdcall RtlTrimWideString(wstr) @ stdcall RtlTrimWideString(wstr)
@ stdcall RtlWideStringLength(wstr long) @ stdcall RtlWideStringLength(wstr long)
@ stdcall RtlWriteRegisterByte(ptr long)
@ stdcall RtlWriteRegisterLong(ptr long)
@ stdcall RtlWriteRegisterShort(ptr long)
@ stdcall RtlZeroMemory(ptr long) @ stdcall RtlZeroMemory(ptr long)