diff options
Diffstat (limited to 'arch/sh/include/asm/processor.h')
-rw-r--r-- | arch/sh/include/asm/processor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/include/asm/processor.h b/arch/sh/include/asm/processor.h index 15d9f92ca383..58e2be55ab93 100644 --- a/arch/sh/include/asm/processor.h +++ b/arch/sh/include/asm/processor.h | |||
@@ -45,9 +45,13 @@ enum cpu_type { | |||
45 | 45 | ||
46 | /* Forward decl */ | 46 | /* Forward decl */ |
47 | struct sh_cpuinfo; | 47 | struct sh_cpuinfo; |
48 | struct seq_operations; | ||
49 | |||
50 | extern struct pt_regs fake_swapper_regs; | ||
48 | 51 | ||
49 | /* arch/sh/kernel/setup.c */ | 52 | /* arch/sh/kernel/setup.c */ |
50 | const char *get_cpu_subtype(struct sh_cpuinfo *c); | 53 | const char *get_cpu_subtype(struct sh_cpuinfo *c); |
54 | extern const struct seq_operations cpuinfo_op; | ||
51 | 55 | ||
52 | #ifdef CONFIG_VSYSCALL | 56 | #ifdef CONFIG_VSYSCALL |
53 | int vsyscall_init(void); | 57 | int vsyscall_init(void); |