patch-2.4.20 linux-2.4.20/include/asm-parisc/traps.h
Next file: linux-2.4.20/include/asm-parisc/types.h
Previous file: linux-2.4.20/include/asm-parisc/tlb.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/include/asm-parisc/traps.h
- Orig date:
Tue Dec 5 12:29:39 2000
diff -urN linux-2.4.19/include/asm-parisc/traps.h linux-2.4.20/include/asm-parisc/traps.h
@@ -1,4 +1,16 @@
#ifndef __ASM_TRAPS_H
#define __ASM_TRAPS_H
+#ifdef __KERNEL__
+struct pt_regs;
+
+/* traps.c */
+void parisc_terminate(char *msg, struct pt_regs *regs,
+ int code, unsigned long offset);
+
+/* mm/fault.c */
+void do_page_fault(struct pt_regs *regs, unsigned long code,
+ unsigned long address);
+#endif
+
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)