blob: df5f522da6b30d818bce306ecedb67a45b8222b3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __MACH_DMA_MX1_MX2_H__
#define __MACH_DMA_MX1_MX2_H__
/*
* Don't use this header in new code, it will go away when all users are
* converted to mach/dma-v1.h
*/
#include <mach/dma-v1.h>
#endif /* ifndef __MACH_DMA_MX1_MX2_H__ */
|