blob: 2e7299bb3653639a00819fd72cea430c71d0b970 [file] [log] [blame]
Vegard Nossum77ef50a2008-06-18 17:08:48 +02001#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
Vegard Nossum77ef50a2008-06-18 17:08:48 +020014#endif /* ASM_X86__MMX_H */