blob: b9bd75a6f323324efbbdcfb1d4cd7c6056aed056 [file] [log] [blame]
/*
* 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_ */