| /* | |
| * Copyright (c) 2018, NXP | |
| * | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| #ifndef _SOC__H_ | |
| #define _SOC__H_ | |
| #ifndef _ASMLANGUAGE | |
| #include "rdc.h" | |
| #include "rdc_defs_imx6sx.h" | |
| #include "ccm_imx6sx.h" | |
| #include "clock_freq.h" | |
| #include "soc_clk_freq.h" | |
| #endif /* !_ASMLANGUAGE */ | |
| #endif /* _SOC__H_ */ |