1 /*
2  * Copyright (c) 2021 Linaro Limited
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 /**
8  * @file SoC configuration macros for the STM32U5 family processors.
9  *
10  */
11 
12 
13 #ifndef _STM32U5_SOC_H_
14 #define _STM32U5_SOC_H_
15 
16 #ifndef _ASMLANGUAGE
17 
18 #include <stm32u5xx.h>
19 
20 #endif /* !_ASMLANGUAGE */
21 
22 #endif /* _STM32U5_SOC_H_ */
23