diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-09 23:59:47 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-09 23:59:47 -0800 |
| commit | 8b8ae0ed7609b505a4f26bc593642b2f26f299b1 (patch) | |
| tree | 6b1288deecbd21d82860b996e6f56c4a08266ed7 /include/linux | |
| parent | 8313c19b74eab5187cd0f8c428b268623dd9bdaf (diff) | |
| parent | 7e89aa7680648d68b34ce98f9414e6c8dfcc1a6b (diff) | |
Merge "common: DMA-mapping: add per-buffer coherent mappings attributes"
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dma-attrs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dma-attrs.h b/include/linux/dma-attrs.h index 9799594ce09d..4c86e4483e0d 100644 --- a/include/linux/dma-attrs.h +++ b/include/linux/dma-attrs.h @@ -22,6 +22,8 @@ enum dma_attr { DMA_ATTR_SKIP_ZEROING, DMA_ATTR_NO_DELAYED_UNMAP, DMA_ATTR_EXEC_MAPPING, + DMA_ATTR_FORCE_COHERENT, + DMA_ATTR_FORCE_NON_COHERENT, DMA_ATTR_MAX, }; |
