Go to the documentation of this file.
4 #include <linux/bitmap.h>
5 #include <linux/bitops.h>
23 #define __DMA_ATTRS_LONGS BITS_TO_LONGS(DMA_ATTR_MAX)
33 #define DEFINE_DMA_ATTRS(x) \
34 struct dma_attrs x = { \
35 .flags = { [0 ... __DMA_ATTRS_LONGS-1] = 0 }, \
38 static inline void init_dma_attrs(
struct dma_attrs *attrs)
43 #ifdef CONFIG_HAVE_DMA_ATTRS