1 /* 2 * include/asm-sparc/dma.h 3 * 4 * Don't even ask, I am figuring out how this crap works 5 * on the Sparc. It may end up being real hairy to plug 6 * into this code, maybe not, we'll see. 7 * 8 * Copyright (C) David S. Miller (davem@caip.rutgers.edu) 9 */ 10 11 #define MAX_DMA_CHANNELS 8 12 13 #ifndef _ASM_SPARC_DMA_H 14 #define _ASM_SPARC_DMA_H 15 16 17 #endif /* !(_ASM_SPARC_DMA_H) */