mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
Improved debug output and
added hal READ_XXX and WRITE_XXX functions. svn path=/trunk/; revision=718
This commit is contained in:
@@ -189,13 +189,13 @@ KdPortPutByte (UCHAR ByteToSend);
|
||||
* Port I/O functions
|
||||
*/
|
||||
|
||||
UCHAR
|
||||
VOID
|
||||
READ_PORT_BUFFER_UCHAR (PUCHAR Port, PUCHAR Value, ULONG Count);
|
||||
|
||||
ULONG
|
||||
VOID
|
||||
READ_PORT_BUFFER_ULONG (PULONG Port, PULONG Value, ULONG Count);
|
||||
|
||||
USHORT
|
||||
VOID
|
||||
READ_PORT_BUFFER_USHORT (PUSHORT Port, PUSHORT Value, ULONG Count);
|
||||
|
||||
UCHAR
|
||||
|
||||
Reference in New Issue
Block a user