blob: fe749dd188bcb679ac0569db9bad2659219229cb [file] [log] [blame]
/*
* Copyright (c) 2019 Carlo Caione <ccaione@baylibre.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_
#define ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_
#ifndef CONFIG_COMPAT_INCLUDES
#warning "This header file has moved, include <arch/arm/aarch32/irq.h> instead."
#endif
#include <arch/arm/aarch32/irq.h>
#endif /* ZEPHYR_INCLUDE_ARCH_ARM_IRQ_H_ */