ras.h 224 B

123456789
  1. #ifndef _PSERIES_RAS_H
  2. #define _PSERIES_RAS_H
  3. struct pt_regs;
  4. extern int pSeries_system_reset_exception(struct pt_regs *regs);
  5. extern int pSeries_machine_check_exception(struct pt_regs *regs);
  6. #endif /* _PSERIES_RAS_H */