blob: 2873c7bc08b79466c8d61356c56c9f32db23eefd [file] [log] [blame]
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02001/*
Patrice Chotard789ee0e2017-10-23 09:53:58 +02002 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
3 * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
Patrice Chotard1e1d02d2017-09-13 18:00:12 +02004 *
5 * SPDX-License-Identifier: GPL-2.0+
6 */
7
8#ifndef _STM32_GPIO_H_
9#define _STM32_GPIO_H_
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020010
Patrice Chotard8e229272018-02-09 13:09:54 +010011#include <asm/arch-stm32/gpio.h>
Patrice Chotard1e1d02d2017-09-13 18:00:12 +020012
13#endif /* _STM32_GPIO_H_ */