Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
dma-direction.h
Go to the documentation of this file.
1 #ifndef _LINUX_DMA_DIRECTION_H
2 #define _LINUX_DMA_DIRECTION_H
3 /*
4  * These definitions mirror those in pci.h, so they can be used
5  * interchangeably with their PCI_ counterparts.
6  */
11  DMA_NONE = 3,
12 };
13 #endif