Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-footbridge / include / mach / isa-dma.h
blobb10731a1f66a8b47c59d4d5e9a9a7d9c52cbd65d
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
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
9 */
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 */