Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit...
[powerpc.git] / 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 */