1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef RAS_H 3 #define RAS_H 4 5 #include <asm/interrupt.h> 6 7 DECLARE_INTERRUPT_HANDLER(cbe_system_error_exc 8 DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exce 9 DECLARE_INTERRUPT_HANDLER(cbe_thermal_exceptio 10 11 extern void cbe_ras_init(void); 12 13 #endif /* RAS_H */ 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.