X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fsetup.h;h=1583c6b7bdaa6a4d411895a5af7e4311185b2a0a;hb=refs%2Fheads%2Fvserver;hp=d19de7c8df4e258066a8911ddc9064467392c0c5;hpb=76828883507a47dae78837ab5dec5a5b4513c667;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 */