[PATCH] powerpc: fix NULL pointer in handle_eeh_events
[linux-2.6] / arch / powerpc / platforms / pseries / ras.h
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 */