Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/arm/mach-footbridge/include/mach/isa-dma.h
26299 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* arch/arm/mach-footbridge/include/mach/isa-dma.h
4
*
5
* Architecture DMA routines
6
*
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
12
13
#define MAX_DMA_CHANNELS 8
14
15
#define DMA_FLOPPY (2)
16
#define DMA_ISA_CASCADE (4)
17
18
#endif /* _ASM_ARCH_DMA_H */
19
20