Improved debug output and

added hal READ_XXX and WRITE_XXX functions.

svn path=/trunk/; revision=718
This commit is contained in:
Eric Kohl 1999-10-21 13:11:12 +00:00
parent e6f624f0e7
commit ec16aa4c44

View file

@ -189,13 +189,13 @@ KdPortPutByte (UCHAR ByteToSend);
* Port I/O functions * Port I/O functions
*/ */
UCHAR VOID
READ_PORT_BUFFER_UCHAR (PUCHAR Port, PUCHAR Value, ULONG Count); READ_PORT_BUFFER_UCHAR (PUCHAR Port, PUCHAR Value, ULONG Count);
ULONG VOID
READ_PORT_BUFFER_ULONG (PULONG Port, PULONG Value, ULONG Count); READ_PORT_BUFFER_ULONG (PULONG Port, PULONG Value, ULONG Count);
USHORT VOID
READ_PORT_BUFFER_USHORT (PUSHORT Port, PUSHORT Value, ULONG Count); READ_PORT_BUFFER_USHORT (PUSHORT Port, PUSHORT Value, ULONG Count);
UCHAR UCHAR