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