Merge branch 'mini2440-dev-unlikely' into mini2440-dev
[linux-2.6/mini2440.git] / arch / x86 / include / asm / mmx.h
blob5cbf3135b9714cf444e51923d80ce03c6ca6910f
1 #ifndef _ASM_X86_MMX_H
2 #define _ASM_X86_MMX_H
4 /*
5 * MMX 3Dnow! helper operations
6 */
8 #include <linux/types.h>
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);
14 #endif /* _ASM_X86_MMX_H */