Changeset 697 for GPL/branches/uniaud32-next/include/linux/dma-mapping.h
- Timestamp:
- Sep 26, 2021, 10:39:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/dma-mapping.h
r647 r697 100 100 #define DMA_BIT_MASK(n) (((n) == 64) ? ~0ULL : ((1ULL<<(n))-1)) 101 101 102 extern struct dma_map_ops *dma_ops;102 //extern struct dma_map_ops *dma_ops; 103 103 104 104 static inline struct dma_map_ops *get_dma_ops(struct device *dev)
Note:
See TracChangeset
for help on using the changeset viewer.