1 /* SPDX-License-Identifier: GPL-2.0 */
3 * arch/arm/mach-footbridge/include/mach/isa-dma.h
5 * Architecture DMA routines
7 * Copyright (C) 1998,1999 Russell King
8 * Copyright (C) 1998,1999 Philip Blundell
10 #ifndef __ASM_ARCH_DMA_H
11 #define __ASM_ARCH_DMA_H
13 #define MAX_DMA_CHANNELS 8
15 #define DMA_FLOPPY (2)
16 #define DMA_ISA_CASCADE (4)
18 #endif /* _ASM_ARCH_DMA_H */