]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sh/setup.h
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6-omap-h63xx.git] / include / asm-sh / setup.h
index 34ca8a7f06ba86bec5bfc45b2f778c71b3164536..586a9711a75dbec4ef86557fef94a71cc26e03ee 100644 (file)
@@ -1,10 +1,13 @@
-#ifdef __KERNEL__
 #ifndef _SH_SETUP_H
 #define _SH_SETUP_H
 
 #define COMMAND_LINE_SIZE 256
 
+#ifdef __KERNEL__
+
 int setup_early_printk(char *);
+void sh_mv_setup(void);
 
-#endif /* _SH_SETUP_H */
 #endif /* __KERNEL__ */
+
+#endif /* _SH_SETUP_H */