1 /*
2  * Copyright (c) 2017 Oticon A/S
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _SOC_IRQ_H
8 #define _SOC_IRQ_H
9 
10 #include "board_irq.h"
11 
12 /*
13  * This SOC relies on the boards providing all the IRQ support
14  */
15 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19 
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* _SOC_IRQ_H */
26