1
0
atdalīts no xt-sys/exectos

Implement HlIoPortInShort(), HlIoPortInLong(), HlIoPortOutShort() and HlIoPortOutLong() routines

Šī revīzija ir iekļauta:
2022-12-27 22:26:45 +01:00
vecāks 5c5f0a6df9
revīzija 9828b23400
4 mainīti faili ar 224 papildinājumiem un 8 dzēšanām

Parādīt failu

@@ -34,11 +34,29 @@ XTCDECL
UCHAR
HlIoPortInByte(IN USHORT Port);
XTCDECL
UCHAR
HlIoPortInShort(IN USHORT Port);
XTCDECL
UCHAR
HlIoPortInLong(IN USHORT Port);
XTCDECL
VOID
HlIoPortOutByte(IN USHORT Port,
IN UCHAR Data);
XTCDECL
VOID
HlIoPortOutShort(IN USHORT Port,
IN USHORT Value);
XTCDECL
VOID
HlIoPortOutLong(IN USHORT Port,
IN UINT Value);
XTCDECL
ULONG_PTR
HlReadControlRegister(IN USHORT ControlRegister);