|
|
| File: [Development] / linux-2.6-xfs / include / asm-parisc / traps.h (download)
Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Initial Import 2.6.0 |
#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