blob: 5cbf3135b9714cf444e51923d80ce03c6ca6910f [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_MMX_H
2#define _ASM_X86_MMX_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4/*
5 * MMX 3Dnow! helper operations
6 */
7
8#include <linux/types.h>
Joe Perchesf2334072008-03-23 01:02:45 -07009
Linus Torvalds1da177e2005-04-16 15:20:36 -070010extern 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
H. Peter Anvin1965aae2008-10-22 22:26:29 -070014#endif /* _ASM_X86_MMX_H */