X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=include%2Fddk%2Fntddvid.h;h=57055462dc60a7fffa4c21c361441e8efa2918b5;hb=refs%2Ftags%2FHEAD-2003050101;hp=324039626df2ae014210ba5193b5b29f1612bef6;hpb=e3ed2d773259cc445c7ff8181ebd934931365328;p=reactos.git diff --git a/include/ddk/ntddvid.h b/include/ddk/ntddvid.h index 3240396..5705546 100644 --- a/include/ddk/ntddvid.h +++ b/include/ddk/ntddvid.h @@ -209,6 +209,16 @@ typedef struct _VIDEO_PORT_CONFIG_INFO ULONG DmaPort; UCHAR DmaShareable; UCHAR InterruptShareable; + BOOLEAN Master; + DMA_WIDTH DmaWidth; + DMA_SPEED DmaSpeed; + BOOLEAN bMapBuffers; + BOOLEAN NeedPhysicalAddresses; + BOOLEAN DemandMode; + ULONG MaximumTransferLength; + ULONG NumberOfPhysicalBreaks; + BOOLEAN ScatterGather; + ULONG MaximumScatterGatherChunkSize; } VIDEO_PORT_CONFIG_INFO, *PVIDEO_PORT_CONFIG_INFO; typedef VP_STATUS STDCALL