Signed-off-by: Zebediah Figura <[email protected]>
---
 mingw-w64-headers/ddk/include/ddk/wdm.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/mingw-w64-headers/ddk/include/ddk/wdm.h 
b/mingw-w64-headers/ddk/include/ddk/wdm.h
index 2194fba0..f662678d 100644
--- a/mingw-w64-headers/ddk/include/ddk/wdm.h
+++ b/mingw-w64-headers/ddk/include/ddk/wdm.h
@@ -5820,6 +5820,14 @@ typedef struct _DMA_ADAPTER {
   struct _DMA_OPERATIONS* DmaOperations;
 } DMA_ADAPTER, *PDMA_ADAPTER;
 
+typedef enum
+{
+    DmaComplete,
+    DmaAborted,
+    DmaError,
+    DmaCancelled,
+} DMA_COMPLETION_STATUS;
+
 typedef VOID
 (NTAPI *PPUT_DMA_ADAPTER)(
   IN PDMA_ADAPTER DmaAdapter);
-- 
2.26.2



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to