]> git.karo-electronics.de Git - mv-sheeva.git/blob - include/asm-x86/mmx.h
Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for-linus...
[mv-sheeva.git] / include / asm-x86 / mmx.h
1 #ifndef ASM_X86__MMX_H
2 #define ASM_X86__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 /* ASM_X86__MMX_H */