From add01fe9f3fa8c5b4c9702c5b59484dfed9438cc Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 6 Jan 2009 00:17:55 +0000 Subject: [PATCH] - Fix IPortWavePci interface definition svn path=/trunk/; revision=38592 --- reactos/include/ddk/portcls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/ddk/portcls.h b/reactos/include/ddk/portcls.h index 932dae8a598..e3c03083f4a 100644 --- a/reactos/include/ddk/portcls.h +++ b/reactos/include/ddk/portcls.h @@ -1189,6 +1189,7 @@ DECLARE_INTERFACE_(IPortWavePci, IPort) IN BOOL ScatterGather, IN BOOL Dma32BitAddresses, IN BOOL Dma64BitAddresses, + IN BOOLEAN IgnoreCount, IN DMA_WIDTH DmaWidth, IN DMA_SPEED DmaSpeed, IN ULONG MaximumLength,