patch-2.4.20 linux-2.4.20/include/asm-x86_64/mmx.h

Next file: linux-2.4.20/include/asm-x86_64/mmzone.h
Previous file: linux-2.4.20/include/asm-x86_64/mmu_context.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/asm-x86_64/mmx.h linux-2.4.20/include/asm-x86_64/mmx.h
@@ -0,0 +1,14 @@
+#ifndef _ASM_MMX_H
+#define _ASM_MMX_H
+
+/*
+ *	MMX 3Dnow! helper operations
+ */
+
+#include <linux/types.h>
+ 
+extern void *_mmx_memcpy(void *to, const void *from, size_t size);
+extern void mmx_clear_page(void *page);
+extern void mmx_copy_page(void *to, void *from);
+
+#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)