Export HlIoPortInShort(), HlIoPortInLong(), HlIoPortOutShort() and HlIoPortOutLong() routines
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-12-27 22:48:10 +01:00
parent 602d89ef27
commit 938cd175c8
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -1,5 +1,9 @@
@ stdcall HlIoPortInByte(ptr) @ cdecl HlIoPortInByte(ptr)
@ stdcall HlIoPortOutByte(ptr long) @ cdecl HlIoPortInLong(ptr)
@ cdecl HlIoPortInShort(ptr)
@ cdecl HlIoPortOutByte(ptr long)
@ cdecl HlIoPortOutLong(ptr long)
@ cdecl HlIoPortOutShort(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)