xref: /openbmc/u-boot/arch/arm/include/asm/arch-stm32f4/gpio.h (revision 2ca471379b471dc0d31459974d7cc4b54c824956)
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * (C) Copyright 2011
4  * Yuri Tikhonov, Emcraft Systems, yur@emcraft.com
5  *
6  * (C) Copyright 2015
7  * Kamil Lulko, <kamil.lulko@gmail.com>
8  */
9 
10 #ifndef _STM32_GPIO_H_
11 #define _STM32_GPIO_H_
12 
13 #include <asm/arch-stm32/gpio.h>
14 
15 #endif /* _STM32_GPIO_H_ */
16