home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-s390 / dma-mapping.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  276 b   |  15 lines

  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.  
  9. #ifndef _ASM_DMA_MAPPING_H
  10. #define _ASM_DMA_MAPPING_H
  11.  
  12. #include <asm-generic/dma-mapping-broken.h>
  13.  
  14. #endif /* _ASM_DMA_MAPPING_H */
  15.