Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent...
[firefly-linux-kernel-4.4.55.git] / arch / powerpc / platforms / cell / ras.h
1 #ifndef RAS_H
2 #define RAS_H
3
4 extern void cbe_system_error_exception(struct pt_regs *regs);
5 extern void cbe_maintenance_exception(struct pt_regs *regs);
6 extern void cbe_thermal_exception(struct pt_regs *regs);
7 extern void cbe_ras_init(void);
8
9 #endif /* RAS_H */