diff options
Diffstat (limited to 'include/asm-sh/shmparam.h')
-rw-r--r-- | include/asm-sh/shmparam.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/shmparam.h b/include/asm-sh/shmparam.h new file mode 100644 index 000000000000..0a95604b9b66 --- /dev/null +++ b/include/asm-sh/shmparam.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __ASM_SH_SHMPARAM_H | ||
2 | #define __ASM_SH_SHMPARAM_H | ||
3 | #ifdef __KERNEL__ | ||
4 | |||
5 | #include <asm/cpu/shmparam.h> | ||
6 | |||
7 | #endif /* __KERNEL__ */ | ||
8 | #endif /* __ASM_SH_SHMPARAM_H */ | ||