Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Enumerations
dma-direction.h File Reference

Go to the source code of this file.

Enumerations

enum  dma_data_direction { DMA_BIDIRECTIONAL = 0, DMA_TO_DEVICE = 1, DMA_FROM_DEVICE = 2, DMA_NONE = 3 }
 

Enumeration Type Documentation

Enumerator:
DMA_BIDIRECTIONAL 
DMA_TO_DEVICE 
DMA_FROM_DEVICE 
DMA_NONE 

Definition at line 7 of file dma-direction.h.