dma.h 319 B

12345678910111213
  1. #ifndef _ASM_S390_DMA_H
  2. #define _ASM_S390_DMA_H
  3. #include <asm/io.h>
  4. /*
  5. * MAX_DMA_ADDRESS is ambiguous because on s390 its completely unrelated
  6. * to DMA. It _is_ used for the s390 memory zone split at 2GB caused
  7. * by the 31 bit heritage.
  8. */
  9. #define MAX_DMA_ADDRESS 0x80000000
  10. #endif /* _ASM_S390_DMA_H */