Russell King - ARM Linux | d2ebfb3 | 2012-03-06 22:34:26 +0000 | [diff] [blame^] | 1 | /* |
2 | * The contents of this file are private to DMA engine drivers, and is not | ||||
3 | * part of the API to be used by DMA engine users. | ||||
4 | */ | ||||
5 | #ifndef DMAENGINE_H | ||||
6 | #define DMAENGINE_H | ||||
7 | |||||
8 | #include <linux/dmaengine.h> | ||||
9 | |||||
10 | #endif |