isa-dma.h 381 B

123456789101112131415161718
  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. #define MAX_DMA_CHANNELS 8
  13. #define DMA_FLOPPY (2)
  14. #define DMA_ISA_CASCADE (4)
  15. #endif /* _ASM_ARCH_DMA_H */