summaryrefslogtreecommitdiff
path: root/general/SystemDma
diff options
context:
space:
mode:
authorBarry Golden <[email protected]>2017-08-24 20:04:35 -0700
committerBarry Golden <[email protected]>2017-08-24 20:04:35 -0700
commit0ee60f8f25486045aed0bf4b47a483b000c9cf98 (patch)
tree1bd5f1a8d90fc0f81b6a3ccc26916c0469674873 /general/SystemDma
parentf0fbfbdba856bb905a6466d47bd760cf8622ec0f (diff)
VSTS 12737998
Diffstat (limited to 'general/SystemDma')
-rw-r--r--general/SystemDma/wdm/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/general/SystemDma/wdm/README.md b/general/SystemDma/wdm/README.md
index a077fe8d..ad7d9dbc 100644
--- a/general/SystemDma/wdm/README.md
+++ b/general/SystemDma/wdm/README.md
@@ -1,3 +1,13 @@
+<!---
+ name: System DMA sample
+ platform: WDM
+ language: cpp
+ category: General
+ description: Demonstrates how a driver could use a system DMA controller to write data to a hardware location using V3 System DMA.
+ samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617722
+--->
+
+
System DMA
==========