aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h
diff options
context:
space:
mode:
authorsmh22@boulderdash.cl.cam.ac.uk <smh22@boulderdash.cl.cam.ac.uk>2002-11-20 12:02:17 +0000
committersmh22@boulderdash.cl.cam.ac.uk <smh22@boulderdash.cl.cam.ac.uk>2002-11-20 12:02:17 +0000
commit4676bbf96dc88e9a70607fa79b3c83febc5dc54b (patch)
treeea469343cb62cad40367c2ec3fec038405649a5c /xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h
parent19e522da85965a058fe60ab74270dc6cdfc4e0b9 (diff)
downloadxen-4676bbf96dc88e9a70607fa79b3c83febc5dc54b.tar.gz
xen-4676bbf96dc88e9a70607fa79b3c83febc5dc54b.tar.bz2
xen-4676bbf96dc88e9a70607fa79b3c83febc5dc54b.zip
bitkeeper revision 1.2 (3ddb79c9KusG02eh7i-uXkgY0IksKA)
Import changeset
Diffstat (limited to 'xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h')
-rw-r--r--xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h b/xenolinux-2.4.16-sparse/include/asm-xeno/mmx.h
new file mode 100644
index 0000000000..46b71da998
--- /dev/null
+++ b/xenolinux-2.4.16-sparse/include/asm-xeno/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