]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - arch/powerpc/platforms/cell/ras.h
Merge remote-tracking branches 'asoc/topic/rl6231', 'asoc/topic/rt5514', 'asoc/topic...
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / platforms / cell / ras.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef RAS_H
3 #define RAS_H
4
5 extern void cbe_system_error_exception(struct pt_regs *regs);
6 extern void cbe_maintenance_exception(struct pt_regs *regs);
7 extern void cbe_thermal_exception(struct pt_regs *regs);
8 extern void cbe_ras_init(void);
9
10 #endif /* RAS_H */