/* * Copyright (c) 2017 Oticon A/S * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _SOC_IRQ_H #define _SOC_IRQ_H #include "board_irq.h" /* * This SOC relies on the boards providing all the IRQ support */ #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif /* _SOC_IRQ_H */