27 lines
376 B
C
27 lines
376 B
C
/*
|
|
* Copyright 2017,2024 NXP
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _SOC__H_
|
|
#define _SOC__H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
#include <MCIMX7D_M4.h>
|
|
|
|
#ifndef __cplusplus
|
|
|
|
#include "rdc.h"
|
|
#include "rdc_defs_imx7d.h"
|
|
#include "ccm_imx7d.h"
|
|
#include "clock_freq.h"
|
|
#include "soc_clk_freq.h"
|
|
|
|
#endif /* !__cplusplus */
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
#endif /* _SOC__H_ */
|