xref: /openbmc/linux/arch/microblaze/include/asm/dma.h (revision 69b1b781)
169b1b781SMichal Simek /*
269b1b781SMichal Simek  * Copyright (C) 2006 Atmark Techno, Inc.
369b1b781SMichal Simek  *
469b1b781SMichal Simek  * This file is subject to the terms and conditions of the GNU General Public
569b1b781SMichal Simek  * License. See the file "COPYING" in the main directory of this archive
669b1b781SMichal Simek  * for more details.
769b1b781SMichal Simek  */
869b1b781SMichal Simek 
969b1b781SMichal Simek #ifndef _ASM_MICROBLAZE_DMA_H
1069b1b781SMichal Simek #define _ASM_MICROBLAZE_DMA_H
1169b1b781SMichal Simek 
1269b1b781SMichal Simek /* we don't have dma address limit. define it as zero to be
1369b1b781SMichal Simek  * unlimited. */
1469b1b781SMichal Simek #define MAX_DMA_ADDRESS		(0)
1569b1b781SMichal Simek 
1669b1b781SMichal Simek #endif /* _ASM_MICROBLAZE_DMA_H */
17