patch-2.3.21 linux/include/asm-i386/mmx.h

Next file: linux/include/asm-i386/page.h
Previous file: linux/include/asm-i386/keyboard.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.20/linux/include/asm-i386/mmx.h linux/include/asm-i386/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(long page);
+extern void mmx_copy_page(long to, long from);
+
+#endif

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