Changeset 647 for GPL/branches/uniaud32-next/include/linux/dma-mapping.h
- Timestamp:
- Jan 17, 2021, 7:58:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/dma-mapping.h
r622 r647 3 3 #include <linux/pci.h> 4 4 #include <linux/errno.h> 5 #include <linux/string.h> 6 #include <linux/err.h> 5 7 6 8 /* These definitions mirror those in pci.h, so they can be used … … 141 143 return false; 142 144 } 143 145 #define pci_set_consistent_dma_mask(p,x) pci_set_dma_mask(p,x) 144 146 #endif
Note:
See TracChangeset
for help on using the changeset viewer.