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