Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / powerpc / platforms / cell / ras.h
blob226dbd48efad0f5e2c89b03ea82fc6a7a86f4e4b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef RAS_H
3 #define RAS_H
5 #include <asm/interrupt.h>
7 DECLARE_INTERRUPT_HANDLER(cbe_system_error_exception);
8 DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception);
9 DECLARE_INTERRUPT_HANDLER(cbe_thermal_exception);
11 extern void cbe_ras_init(void);
13 #endif /* RAS_H */