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-x86_64 / gart-mapping.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  338 b   |  17 lines

  1. #ifndef _X8664_GART_MAPPING_H
  2. #define _X8664_GART_MAPPING_H 1
  3.  
  4. #include <linux/types.h>
  5. #include <asm/types.h>
  6.  
  7. struct device;
  8.  
  9. extern void*
  10. gart_alloc_coherent(struct device *dev, size_t size,
  11.         dma_addr_t *dma_handle, gfp_t gfp);
  12.  
  13. extern int
  14. gart_dma_supported(struct device *hwdev, u64 mask);
  15.  
  16. #endif /* _X8664_GART_MAPPING_H */
  17.