Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _ASM_MMX_H |
2 | #define _ASM_MMX_H | ||||
3 | |||||
4 | /* | ||||
5 | * MMX 3Dnow! helper operations | ||||
6 | */ | ||||
7 | |||||
8 | #include <linux/types.h> | ||||
Joe Perches | f233407 | 2008-03-23 01:02:45 -0700 | [diff] [blame^] | 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |