提交 7105de84 编写于 作者: S Sam Ravnborg 提交者: David S. Miller

sparc: add include guards to kernel.h

Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 8d74e32a
#ifndef __SPARC_KERNEL_H
#define __SPARC_KERNEL_H
/* cpu.c */ /* cpu.c */
extern const char *sparc_cpu_type; extern const char *sparc_cpu_type;
extern const char *sparc_fpu_type; extern const char *sparc_fpu_type;
...@@ -14,4 +16,5 @@ extern void handle_hw_divzero(struct pt_regs *regs, unsigned long pc, ...@@ -14,4 +16,5 @@ extern void handle_hw_divzero(struct pt_regs *regs, unsigned long pc,
/* muldiv.c */ /* muldiv.c */
extern int do_user_muldiv (struct pt_regs *, unsigned long); extern int do_user_muldiv (struct pt_regs *, unsigned long);
#else /* CONFIG_SPARC32 */ #else /* CONFIG_SPARC32 */
#endif #endif /* CONFIG_SPARC32 */
#endif /* !(__SPARC_KERNEL_H) */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册