aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-ppc/asm/archparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-ppc/asm/archparam.h')
-rw-r--r--arch/um/sys-ppc/asm/archparam.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/um/sys-ppc/asm/archparam.h b/arch/um/sys-ppc/asm/archparam.h
new file mode 100644
index 00000000000..4269d8a37b4
--- /dev/null
+++ b/arch/um/sys-ppc/asm/archparam.h
@@ -0,0 +1,8 @@
+#ifndef __UM_ARCHPARAM_PPC_H
+#define __UM_ARCHPARAM_PPC_H
+
+/********* Bits for asm-um/string.h **********/
+
+#define __HAVE_ARCH_STRRCHR
+
+#endif