diff options
| author | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
|---|---|---|
| committer | Barry Golden <[email protected]> | 2017-08-24 20:04:35 -0700 |
| commit | 0ee60f8f25486045aed0bf4b47a483b000c9cf98 (patch) | |
| tree | 1bd5f1a8d90fc0f81b6a3ccc26916c0469674873 /general/SystemDma | |
| parent | f0fbfbdba856bb905a6466d47bd760cf8622ec0f (diff) | |
VSTS 12737998
Diffstat (limited to 'general/SystemDma')
| -rw-r--r-- | general/SystemDma/wdm/README.md | 10 |
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 ========== |
