ras.h 308 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef RAS_H
  3. #define RAS_H
  4. #include <asm/interrupt.h>
  5. DECLARE_INTERRUPT_HANDLER(cbe_system_error_exception);
  6. DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception);
  7. DECLARE_INTERRUPT_HANDLER(cbe_thermal_exception);
  8. extern void cbe_ras_init(void);
  9. #endif /* RAS_H */