xref: /openbmc/u-boot/arch/arm/include/asm/arch-stm32f7/gpio.h (revision cf0bcd7d02e9f1774a3a6643ec4739c8c0aef217)
1 /*
2  * Copyright (C) 2016, STMicroelectronics - All Rights Reserved
3  * Author(s): Vikas Manocha, <vikas.manocha@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