Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / include / asm-x86 / mmx.h
CommitLineData
77ef50a5
VN
1#ifndef ASM_X86__MMX_H
2#define ASM_X86__MMX_H
1da177e4
LT
3
4/*
5 * MMX 3Dnow! helper operations
6 */
7
8#include <linux/types.h>
f2334076 9
1da177e4
LT
10extern void *_mmx_memcpy(void *to, const void *from, size_t size);
11extern void mmx_clear_page(void *page);
12extern void mmx_copy_page(void *to, void *from);
13
77ef50a5 14#endif /* ASM_X86__MMX_H */