sparc: add include guards to kernel.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sparc / kernel / kernel.h
blob48e703714baa9a4e0848481369155639c2c8c86b
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;
7 extern unsigned int fsr_storage;
9 #ifdef CONFIG_SPARC32
10 /* cpu.c */
11 extern void cpu_probe(void);
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) */