1 /*
2  * Copyright (c) 2018, NXP
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef _SOC__H_
8 #define _SOC__H_
9 
10 #ifndef _ASMLANGUAGE
11 
12 #include "rdc.h"
13 #include "rdc_defs_imx6sx.h"
14 #include "ccm_imx6sx.h"
15 #include "clock_freq.h"
16 #include "soc_clk_freq.h"
17 
18 #endif /* !_ASMLANGUAGE */
19 
20 #endif /* _SOC__H_ */
21