From ec16aa4c441f85ba48dfbc2330d248e2b4293c06 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Thu, 21 Oct 1999 13:11:12 +0000 Subject: [PATCH] Improved debug output and added hal READ_XXX and WRITE_XXX functions. svn path=/trunk/; revision=718 --- reactos/include/internal/hal/ddk.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/include/internal/hal/ddk.h b/reactos/include/internal/hal/ddk.h index c104fadc3e3..e31bbfcae36 100644 --- a/reactos/include/internal/hal/ddk.h +++ b/reactos/include/internal/hal/ddk.h @@ -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