dma-mapping.h 276 B

1234567891011121314
  1. /*
  2. * include/asm-s390/dma-mapping.h
  3. *
  4. * S390 version
  5. *
  6. * This file exists so that #include <dma-mapping.h> doesn't break anything.
  7. */
  8. #ifndef _ASM_DMA_MAPPING_H
  9. #define _ASM_DMA_MAPPING_H
  10. #include <asm-generic/dma-mapping-broken.h>
  11. #endif /* _ASM_DMA_MAPPING_H */