Home | History | Annotate | Download | only in arch-stm32f4
      1 /* SPDX-License-Identifier: GPL-2.0+ */
      2 /*
      3  * (C) Copyright 2011
      4  * Yuri Tikhonov, Emcraft Systems, yur (at) emcraft.com
      5  *
      6  * (C) Copyright 2015
      7  * Kamil Lulko, <kamil.lulko (at) gmail.com>
      8  */
      9 
     10 #ifndef _STM32_GPIO_H_
     11 #define _STM32_GPIO_H_
     12 
     13 #include <asm/arch-stm32/gpio.h>
     14 
     15 #endif /* _STM32_GPIO_H_ */
     16