xref: /openbmc/u-boot/arch/arm/include/asm/arch-stm32h7/gpio.h (revision d024236e5a31a2b4b82cbcc98b31b8170fc88d28)
1 /*
2  * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
3  * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
4  *
5  * SPDX-License-Identifier:	GPL-2.0+
6  */
7 
8 #ifndef _STM32_GPIO_H_
9 #define _STM32_GPIO_H_
10 
11 #include <asm/arch-stm32/gpio.h>
12 
13 #endif /* _STM32_GPIO_H_ */
14