1 /*
2  * Copyright (c) 2021, Laird Connectivity
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 #ifndef _ASMLANGUAGE
15 
16 
17 #include <fsl_device_registers.h>
18 
19 #endif /* !_ASMLANGUAGE */
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* _SOC__H_ */
26