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-i386 / mmx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  270 b   |  15 lines

  1. #ifndef _ASM_MMX_H
  2. #define _ASM_MMX_H
  3.  
  4. /*
  5.  *    MMX 3Dnow! helper operations
  6.  */
  7.  
  8. #include <linux/types.h>
  9.  
  10. extern void *_mmx_memcpy(void *to, const void *from, size_t size);
  11. extern void mmx_clear_page(void *page);
  12. extern void mmx_copy_page(void *to, void *from);
  13.  
  14. #endif
  15.