* add p cc
[mascara-docs.git] / i386 / linux / linux-2.3.21 / include / asm-i386 / mmx.h
blob721a8e9338849f20e2ec4db0543c1985f16cc74f
1 #ifndef _ASM_MMX_H
2 #define _ASM_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(long page);
12 extern void mmx_copy_page(long to, long from);
14 #endif