home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / include / asm-sparc / dma.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-02  |  451 b   |  21 lines

  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) */
  21.