sparc: add include guards to kernel.h
[deliverable/linux.git] / arch / sparc / kernel / kernel.h
CommitLineData
7105de84
SR
1#ifndef __SPARC_KERNEL_H
2#define __SPARC_KERNEL_H
53ae3419
SR
3/* cpu.c */
4extern const char *sparc_cpu_type;
5extern const char *sparc_fpu_type;
6
7extern unsigned int fsr_storage;
8
8d74e32a
SR
9#ifdef CONFIG_SPARC32
10/* cpu.c */
53ae3419
SR
11extern void cpu_probe(void);
12
8d74e32a
SR
13/* traps_32.c */
14extern void handle_hw_divzero(struct pt_regs *regs, unsigned long pc,
15 unsigned long npc, unsigned long psr);
16/* muldiv.c */
17extern int do_user_muldiv (struct pt_regs *, unsigned long);
18#else /* CONFIG_SPARC32 */
7105de84
SR
19#endif /* CONFIG_SPARC32 */
20#endif /* !(__SPARC_KERNEL_H) */
This page took 0.03054 seconds and 5 git commands to generate.