Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef RAS_H
0003 #define RAS_H
0004 
0005 #include <asm/interrupt.h>
0006 
0007 DECLARE_INTERRUPT_HANDLER(cbe_system_error_exception);
0008 DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception);
0009 DECLARE_INTERRUPT_HANDLER(cbe_thermal_exception);
0010 
0011 extern void cbe_ras_init(void);
0012 
0013 #endif /* RAS_H */