18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci#ifndef RAS_H 38c2ecf20Sopenharmony_ci#define RAS_H 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ciextern void cbe_system_error_exception(struct pt_regs *regs); 68c2ecf20Sopenharmony_ciextern void cbe_maintenance_exception(struct pt_regs *regs); 78c2ecf20Sopenharmony_ciextern void cbe_thermal_exception(struct pt_regs *regs); 88c2ecf20Sopenharmony_ciextern void cbe_ras_init(void); 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#endif /* RAS_H */ 11