Changeset 736 for GPL/branches/uniaud32-exp/include/linux/dma-mapping.h
- Timestamp:
- Sep 18, 2022, 2:46:55 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/dma-mapping.h
r697 r736 5 5 #include <linux/string.h> 6 6 #include <linux/err.h> 7 8 /* These definitions mirror those in pci.h, so they can be used9 * interchangeably with their PCI_ counterparts */10 enum dma_data_direction {11 DMA_BIDIRECTIONAL = 0,12 DMA_TO_DEVICE = 1,13 DMA_FROM_DEVICE = 2,14 DMA_NONE = 3,15 };16 7 17 8 /*
Note:
See TracChangeset
for help on using the changeset viewer.