diff options
Diffstat (limited to 'arch/sh/include/asm/setup.h')
| -rw-r--r-- | arch/sh/include/asm/setup.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/sh/include/asm/setup.h b/arch/sh/include/asm/setup.h index 55a2bd328d9..99238108e7a 100644 --- a/arch/sh/include/asm/setup.h +++ b/arch/sh/include/asm/setup.h @@ -1,9 +1,7 @@ #ifndef _SH_SETUP_H #define _SH_SETUP_H -#define COMMAND_LINE_SIZE 256 - -#ifdef __KERNEL__ +#include <uapi/asm/setup.h> /* * This is set up by the setup-routine at boot-time @@ -19,9 +17,8 @@ /* ... */ #define COMMAND_LINE ((char *) (PARAM+0x100)) -int setup_early_printk(char *); void sh_mv_setup(void); - -#endif /* __KERNEL__ */ +void check_for_initrd(void); +void per_cpu_trap_init(void); #endif /* _SH_SETUP_H */ |
