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

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)