]> Git Repo - J-linux.git/blob - arch/powerpc/platforms/cell/ras.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / powerpc / platforms / cell / ras.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef RAS_H
3 #define RAS_H
4
5 #include <asm/interrupt.h>
6
7 DECLARE_INTERRUPT_HANDLER(cbe_system_error_exception);
8 DECLARE_INTERRUPT_HANDLER(cbe_maintenance_exception);
9 DECLARE_INTERRUPT_HANDLER(cbe_thermal_exception);
10
11 extern void cbe_ras_init(void);
12
13 #endif /* RAS_H */
This page took 0.025331 seconds and 4 git commands to generate.