blob: 16cdf25a83f9e10867f333c6f080fbc61682e09f [file] [log] [blame]
rev13@wp.plfec465a2015-03-01 12:44:40 +01001/*
2 * (C) Copyright 2011
3 * Yuri Tikhonov, Emcraft Systems, yur@emcraft.com
4 *
5 * (C) Copyright 2015
Kamil Lulkodecd33b2015-11-29 11:50:53 +01006 * Kamil Lulko, <kamil.lulko@gmail.com>
rev13@wp.plfec465a2015-03-01 12:44:40 +01007 *
8 * SPDX-License-Identifier: GPL-2.0+
9 */
10
11#ifndef _STM32_GPIO_H_
12#define _STM32_GPIO_H_
13
Patrice Chotard8e229272018-02-09 13:09:54 +010014#include <asm/arch-stm32/gpio.h>
rev13@wp.plfec465a2015-03-01 12:44:40 +010015
rev13@wp.plfec465a2015-03-01 12:44:40 +010016#endif /* _STM32_GPIO_H_ */