]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/sparc/kernel/kernel.h
sparc: add include guards to kernel.h
[karo-tx-linux.git] / arch / sparc / kernel / kernel.h
1 #ifndef __SPARC_KERNEL_H
2 #define __SPARC_KERNEL_H
3 /* cpu.c */
4 extern const char *sparc_cpu_type;
5 extern const char *sparc_fpu_type;
6
7 extern unsigned int fsr_storage;
8
9 #ifdef CONFIG_SPARC32
10 /* cpu.c */
11 extern void cpu_probe(void);
12
13 /* traps_32.c */
14 extern void handle_hw_divzero(struct pt_regs *regs, unsigned long pc,
15                               unsigned long npc, unsigned long psr);
16 /* muldiv.c */
17 extern int do_user_muldiv (struct pt_regs *, unsigned long);
18 #else /* CONFIG_SPARC32 */
19 #endif /* CONFIG_SPARC32 */
20 #endif /* !(__SPARC_KERNEL_H) */