1 /* 2 * Copyright (c) 2022, Intel Corporation. All rights reserved. 3 * SPDX-License-Identifier: Apache-2.0 4 * Description: 5 * Adding support for Cyclone V SoC FPGA 6 */ 7 8 #ifndef _SOC_H_ 9 #define _SOC_H_ 10 11 #ifndef _ASMLANGUAGE 12 13 #define __CORTEX_A 9U 14 15 #endif 16 17 #endif /* _SOC_H_ */ 18