/* * Copyright (c) 2018, Cypress * * SPDX-License-Identifier: Apache-2.0 */ /** * @file * @brief Board configuration macros * * This header file is used to specify and describe board-level aspects */ #ifndef _SOC__H_ #define _SOC__H_ #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 */ #endif /* _SOC__H_ */