xref: /linux/arch/riscv/include/asm/purgatory.h (revision 3d5e48944e824bddc20d7b874e784f7b279636fe)
1*a24c7f35SThorsten Blum /* SPDX-License-Identifier: GPL-2.0 */
2*a24c7f35SThorsten Blum #ifndef _ASM_RISCV_PURGATORY_H
3*a24c7f35SThorsten Blum #define _ASM_RISCV_PURGATORY_H
4*a24c7f35SThorsten Blum 
5*a24c7f35SThorsten Blum #ifndef __ASSEMBLER__
6*a24c7f35SThorsten Blum #include <linux/purgatory.h>
7*a24c7f35SThorsten Blum 
8*a24c7f35SThorsten Blum void purgatory(void);
9*a24c7f35SThorsten Blum #endif	/* __ASSEMBLER__ */
10*a24c7f35SThorsten Blum 
11*a24c7f35SThorsten Blum #endif /* _ASM_RISCV_PURGATORY_H */
12