]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/dma-mapping.h
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / include / linux / dma-mapping.h
index 10c5a17b1f51ec33203e64df50282b7a85fde619..c24721a33b4c5d7816d1da34d3440a2d0d67be2c 100644 (file)
  */
 #define DMA_ATTR_NO_WARN       (1UL << 8)
 
+/*
+ * DMA_ATTR_PRIVILEGED: used to indicate that the buffer is fully
+ * accessible at an elevated privilege level (and ideally inaccessible or
+ * at least read-only at lesser-privileged levels).
+ */
+#define DMA_ATTR_PRIVILEGED            (1UL << 9)
+
 /*
  * A dma_addr_t can hold any valid DMA or bus address for the platform.
  * It can be given to a device to use as a DMA source or target.  A CPU cannot