diff options
Diffstat (limited to 'arch/um/include/asm/archparam-ppc.h')
-rw-r--r-- | arch/um/include/asm/archparam-ppc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/um/include/asm/archparam-ppc.h b/arch/um/include/asm/archparam-ppc.h new file mode 100644 index 000000000000..4269d8a37b4f --- /dev/null +++ b/arch/um/include/asm/archparam-ppc.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __UM_ARCHPARAM_PPC_H | ||
2 | #define __UM_ARCHPARAM_PPC_H | ||
3 | |||
4 | /********* Bits for asm-um/string.h **********/ | ||
5 | |||
6 | #define __HAVE_ARCH_STRRCHR | ||
7 | |||
8 | #endif | ||