Fixes in HlIoPortInShort() and HlIoPortInLong() routines
Visas pārbaudes ir veiksmīgas
ci/woodpecker/push/build Pipeline was successful

Šī revīzija ir iekļauta:
2022-12-27 22:43:19 +01:00
vecāks 9828b23400
revīzija 602d89ef27
4 mainīti faili ar 16 papildinājumiem un 16 dzēšanām

Parādīt failu

@@ -35,11 +35,11 @@ UCHAR
HlIoPortInByte(IN USHORT Port);
XTCDECL
UCHAR
USHORT
HlIoPortInShort(IN USHORT Port);
XTCDECL
UCHAR
ULONG
HlIoPortInLong(IN USHORT Port);
XTCDECL
@@ -55,7 +55,7 @@ HlIoPortOutShort(IN USHORT Port,
XTCDECL
VOID
HlIoPortOutLong(IN USHORT Port,
IN UINT Value);
IN ULONG Value);
XTCDECL
ULONG_PTR

Parādīt failu

@@ -35,11 +35,11 @@ UCHAR
HlIoPortInByte(IN USHORT Port);
XTCDECL
UCHAR
USHORT
HlIoPortInShort(IN USHORT Port);
XTCDECL
UCHAR
ULONG
HlIoPortInLong(IN USHORT Port);
XTCDECL
@@ -55,7 +55,7 @@ HlIoPortOutShort(IN USHORT Port,
XTCDECL
VOID
HlIoPortOutLong(IN USHORT Port,
IN UINT Value);
IN ULONG Value);
XTCDECL
ULONG_PTR