aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/setup.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-05-14 15:59:09 +0900
committerPaul Mundt <lethal@hera.kernel.org>2007-06-08 02:43:37 +0000
commit9655ad03af2d232c3b26e7562ab4f8c29b107e49 (patch)
tree6a76057e969ca072e7ca9bdf253219e759054d3f /include/asm-sh/setup.h
parentsh: __user annotations for __get/__put_user(). (diff)
downloadlinux-dev-9655ad03af2d232c3b26e7562ab4f8c29b107e49.tar.xz
linux-dev-9655ad03af2d232c3b26e7562ab4f8c29b107e49.zip
sh: Fixup machvec support.
This fixes up much of the machvec handling, allowing for it to be overloaded on boot. Making practical use of this still requires some Kconfig munging, however. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/setup.h')
-rw-r--r--include/asm-sh/setup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/setup.h b/include/asm-sh/setup.h
index 1583c6b7bdaa..586a9711a75d 100644
--- a/include/asm-sh/setup.h
+++ b/include/asm-sh/setup.h
@@ -6,6 +6,7 @@
#ifdef __KERNEL__
int setup_early_printk(char *);
+void sh_mv_setup(void);
#endif /* __KERNEL__ */