License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / powerpc / platforms / cell / ras.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
acf7d768
BH
2#ifndef RAS_H
3#define RAS_H
4
5extern void cbe_system_error_exception(struct pt_regs *regs);
6extern void cbe_maintenance_exception(struct pt_regs *regs);
7extern void cbe_thermal_exception(struct pt_regs *regs);
8extern void cbe_ras_init(void);
9
10#endif /* RAS_H */