blob: cc028e9f1c733aa8ebf16c69311a253f79f40d58 [file] [log] [blame]
/*
* 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 <cy_device_headers.h>
/* 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 <kernel_includes.h>
#endif /* !_ASMLANGUAGE */
#endif /* _SOC__H_ */