2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2016-02-11 15:47:20 -08:00
|
|
|
/*
|
2017-10-23 09:53:58 +02:00
|
|
|
* Copyright (C) 2016, STMicroelectronics - All Rights Reserved
|
|
|
|
|
* Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
|
2016-02-11 15:47:20 -08:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#ifndef _STM32_GPIO_H_
|
|
|
|
|
#define _STM32_GPIO_H_
|
|
|
|
|
|
2018-02-09 13:09:54 +01:00
|
|
|
#include <asm/arch-stm32/gpio.h>
|
2016-02-11 15:47:20 -08:00
|
|
|
|
|
|
|
|
#endif /* _STM32_GPIO_H_ */
|