21 lines
377 B
C
21 lines
377 B
C
/*
|
|
* Copyright (c) 2021 Weidmueller Interface GmbH & Co. KG
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#ifndef _SOC__H_
|
|
#define _SOC__H_
|
|
|
|
#ifndef _ASMLANGUAGE
|
|
|
|
/*
|
|
* The following definitions are required for the inclusion of the CMSIS
|
|
* Common Peripheral Access Layer for aarch32 Cortex-A CPUs:
|
|
*/
|
|
|
|
#define __CORTEX_A 9U
|
|
|
|
#endif /* !_ASMLANGUAGE */
|
|
|
|
#endif /* _SOC__H_ */
|