/* * Copyright (c) 2022, Intel Corporation. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * Description: * Adding support for Cyclone V SoC FPGA */ #ifndef _SOC_H_ #define _SOC_H_ #ifndef _ASMLANGUAGE #define __CORTEX_A 9U #endif #endif /* _SOC_H_ */