root/include/asm-sparc/dma.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   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 #include <asm/vac-ops.h>  /* for invalidate's, etc. */
  12 
  13 #define MAX_DMA_CHANNELS 8
  14 #define MAX_DMA_ADDRESS  0x0
  15 
  16 #ifndef _ASM_SPARC_DMA_H
  17 #define _ASM_SPARC_DMA_H
  18 
  19 
  20 #endif /* !(_ASM_SPARC_DMA_H) */

/* [previous][next][first][last][top][bottom][index][help] */