162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Annotations for marking C functions as exception handlers. 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * These should only be used for C functions that are called from the low 662306a36Sopenharmony_ci * level exception entry code and not any intervening C code. 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci#ifndef __ASM_ARM_EXCEPTION_H 962306a36Sopenharmony_ci#define __ASM_ARM_EXCEPTION_H 1062306a36Sopenharmony_ci 1162306a36Sopenharmony_ci#include <linux/interrupt.h> 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci#define __exception_irq_entry __irq_entry 1462306a36Sopenharmony_ci 1562306a36Sopenharmony_ci#endif /* __ASM_ARM_EXCEPTION_H */ 16