Linux Audio

Check our new training course

Loading...
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Annotations for marking C functions as exception handlers.
 4 *
 5 * These should only be used for C functions that are called from the low
 6 * level exception entry code and not any intervening C code.
 7 */
 8#ifndef __ASM_ARM_EXCEPTION_H
 9#define __ASM_ARM_EXCEPTION_H
10
11#include <linux/interrupt.h>
12
13#define __exception_irq_entry	__irq_entry
14
15#endif /* __ASM_ARM_EXCEPTION_H */
v6.8
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/*
 3 * Annotations for marking C functions as exception handlers.
 4 *
 5 * These should only be used for C functions that are called from the low
 6 * level exception entry code and not any intervening C code.
 7 */
 8#ifndef __ASM_ARM_EXCEPTION_H
 9#define __ASM_ARM_EXCEPTION_H
10
11#include <linux/interrupt.h>
12
13#define __exception_irq_entry	__irq_entry
14
15#endif /* __ASM_ARM_EXCEPTION_H */