sh: Wire up fallocate() syscall.
[powerpc.git] / include / asm-sh / setup.h
index 34ca8a7..586a971 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 */