aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/setup.h')
-rw-r--r--include/asm-sh/setup.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/setup.h b/include/asm-sh/setup.h
new file mode 100644
index 000000000000..d19de7c8df4e
--- /dev/null
+++ b/include/asm-sh/setup.h
@@ -0,0 +1,8 @@
1#ifdef __KERNEL__
2#ifndef _SH_SETUP_H
3#define _SH_SETUP_H
4
5#define COMMAND_LINE_SIZE 256
6
7#endif /* _SH_SETUP_H */
8#endif /* __KERNEL__ */