162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef RAS_H 362306a36Sopenharmony_ci#define RAS_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <asm/interrupt.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_ciDECLARE_INTERRUPT_HANDLER(cbe_system_error_exception); 862306a36Sopenharmony_ciDECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception); 962306a36Sopenharmony_ciDECLARE_INTERRUPT_HANDLER(cbe_thermal_exception); 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ciextern void cbe_ras_init(void); 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#endif /* RAS_H */ 14