Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
rev13@wp.pl | fec465a | 2015-03-01 12:44:40 +0100 | [diff] [blame] | 2 | /* |
| 3 | * (C) Copyright 2011 |
| 4 | * Yuri Tikhonov, Emcraft Systems, yur@emcraft.com |
| 5 | * |
| 6 | * (C) Copyright 2015 |
Kamil Lulko | decd33b | 2015-11-29 11:50:53 +0100 | [diff] [blame] | 7 | * Kamil Lulko, <kamil.lulko@gmail.com> |
rev13@wp.pl | fec465a | 2015-03-01 12:44:40 +0100 | [diff] [blame] | 8 | */ |
| 9 | |
| 10 | #ifndef _STM32_GPIO_H_ |
| 11 | #define _STM32_GPIO_H_ |
| 12 | |
Patrice Chotard | 8e22927 | 2018-02-09 13:09:54 +0100 | [diff] [blame] | 13 | #include <asm/arch-stm32/gpio.h> |
rev13@wp.pl | fec465a | 2015-03-01 12:44:40 +0100 | [diff] [blame] | 14 | |
rev13@wp.pl | fec465a | 2015-03-01 12:44:40 +0100 | [diff] [blame] | 15 | #endif /* _STM32_GPIO_H_ */ |