X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fsetup.h;h=1583c6b7bdaa6a4d411895a5af7e4311185b2a0a;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=d19de7c8df4e258066a8911ddc9064467392c0c5;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/asm-sh/setup.h b/include/asm-sh/setup.h index d19de7c8d..1583c6b7b 100644 --- a/include/asm-sh/setup.h +++ b/include/asm-sh/setup.h @@ -1,8 +1,12 @@ -#ifdef __KERNEL__ #ifndef _SH_SETUP_H #define _SH_SETUP_H #define COMMAND_LINE_SIZE 256 -#endif /* _SH_SETUP_H */ +#ifdef __KERNEL__ + +int setup_early_printk(char *); + #endif /* __KERNEL__ */ + +#endif /* _SH_SETUP_H */