dma.h
Upload User: jlfgdled
Upload Date: 2013-04-10
Package Size: 33168k
Code Size: 0k
Development Platform:

Unix_Linux

  1. /*
  2.  *  include/asm-s390/dma.h
  3.  *
  4.  *  S390 version
  5.  *
  6.  *  This file exists so that an #include <dma.h> doesn't break anything.
  7.  */
  8. #ifndef _ASM_DMA_H
  9. #define _ASM_DMA_H
  10. #include <asm/io.h> /* need byte IO */
  11. #define MAX_DMA_ADDRESS         0x80000000
  12. #endif /* _ASM_DMA_H */