1 /*
2  * Copyright (c) 2022 Renesas Electronics Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _SOC__H_
8 #define _SOC__H_
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
14 #include <DA1469xAB.h>
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif /* _SOC__H_ */
21