RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-parisc / traps.h
blob1945f995f2dfec1212ed8e1769168085076d9bb1
1 #ifndef __ASM_TRAPS_H
2 #define __ASM_TRAPS_H
4 #ifdef __KERNEL__
5 struct pt_regs;
7 /* traps.c */
8 void parisc_terminate(char *msg, struct pt_regs *regs,
9 int code, unsigned long offset);
11 /* mm/fault.c */
12 void do_page_fault(struct pt_regs *regs, unsigned long code,
13 unsigned long address);
14 #endif
16 #endif