blob: 0e66b0da55e27a011be4798dcf848be7c6baa2a4 [file] [log] [blame]
Arnd Bergmannc902be72006-01-04 19:55:53 +00001#ifndef _PSERIES_RAS_H
2#define _PSERIES_RAS_H
3
4struct pt_regs;
5
6extern int pSeries_system_reset_exception(struct pt_regs *regs);
7extern int pSeries_machine_check_exception(struct pt_regs *regs);
8
9#endif /* _PSERIES_RAS_H */