1 /* 2 * Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG 3 * SPDX-License-Identifier: Apache-2.0 4 */ 5 6 #ifndef _SOC__H_ 7 #define _SOC__H_ 8 9 #ifndef _ASMLANGUAGE 10 11 /* 12 * The following definitions are required for the inclusion of the CMSIS 13 * Common Peripheral Access Layer for aarch32 Cortex-A CPUs: 14 */ 15 16 #define __CORTEX_A 9U 17 18 #endif /* !_ASMLANGUAGE */ 19 20 #endif /* _SOC__H_ */ 21