summaryrefslogtreecommitdiff
path: root/src/xine-utils/ppcasm_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/ppcasm_string.h')
-rw-r--r--src/xine-utils/ppcasm_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xine-utils/ppcasm_string.h b/src/xine-utils/ppcasm_string.h
new file mode 100644
index 000000000..b4b3f9431
--- /dev/null
+++ b/src/xine-utils/ppcasm_string.h
@@ -0,0 +1,3 @@
+#include <stdlib.h>
+static void *ppcasm_cacheable_memcpy(void *, const void *, size_t);
+static void *ppcasm_memcpy(void *, const void *, size_t);