Arnd Bergmann | c902be7 | 2006-01-04 19:55:53 +0000 | [diff] [blame] | 1 | #ifndef _PSERIES_RAS_H |
2 | #define _PSERIES_RAS_H | ||||
3 | |||||
4 | struct pt_regs; | ||||
5 | |||||
6 | extern int pSeries_system_reset_exception(struct pt_regs *regs); | ||||
7 | extern int pSeries_machine_check_exception(struct pt_regs *regs); | ||||
8 | |||||
9 | #endif /* _PSERIES_RAS_H */ |