Skip to content

Commit

Permalink
Windows Release win-10.0.14393.0
Browse files Browse the repository at this point in the history
14393 is Windows 10 Anniversary update (1607).
  • Loading branch information
ajbarb committed Aug 17, 2016
1 parent bd1ee45 commit b72d691
Show file tree
Hide file tree
Showing 185 changed files with 59,840 additions and 5,303 deletions.
6 changes: 5 additions & 1 deletion src/framework/kmdf/inc/private/fx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ extern "C" {
#include "wdf111.h"
#include "wdf113.h"
#include "wdf115.h"
#include "wdf117.h"
}

#define KMDF_ONLY_CODE_PATH_ASSERT()
Expand Down Expand Up @@ -198,7 +199,10 @@ extern "C" {

// DMA support
#include "FxDmaEnabler.hpp"
#include "FxDmaTransaction.hpp"
#include "FxDmaTransactionBase.hpp"
#include "FxDmaTransactionScatterGather.hpp"
#include "FxDmaTransactionPacket.hpp"
#include "FxDmaTransactionSystem.hpp"
#include "FxCommonBuffer.hpp"

// Triage info.
Expand Down
Loading

0 comments on commit b72d691

Please sign in to comment.