dma.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  include/asm-s390x/dma.h
  3.  *
  4.  *  S390 version
  5.  */
  6. #ifndef _ASM_DMA_H
  7. #define _ASM_DMA_H
  8. #include <asm/io.h> /* need byte IO */
  9. /* The I/O subsystem can access only memory below 2GB.
  10.    We use the existing DMA zone mechanism to handle this. */
  11. #define MAX_DMA_ADDRESS         0x80000000
  12. #endif /* _ASM_DMA_H */