/* * Copyright (c) 2017, NXP * * SPDX-License-Identifier: Apache-2.0 */ #ifndef _SOC__H_ #define _SOC__H_ #include #ifdef __cplusplus extern "C" { #endif #ifndef _ASMLANGUAGE #include /* ARM CMSIS definitions must be included before kernel_includes.h. * Therefore, it is essential to include kernel_includes.h after including * core SOC-specific headers. */ #include #endif /* !_ASMLANGUAGE */ #ifdef __cplusplus } #endif #endif /* _SOC__H_ */