Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 into...
[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 */