Skip to content
Snippets Groups Projects
gpio.h 295 B
Newer Older
  • Learn to ignore specific revisions
  • rev13@wp.pl's avatar
    rev13@wp.pl committed
    /*
     * (C) Copyright 2011
     * Yuri Tikhonov, Emcraft Systems, yur@emcraft.com
     *
     * (C) Copyright 2015
    
     * Kamil Lulko, <kamil.lulko@gmail.com>
    
    rev13@wp.pl's avatar
    rev13@wp.pl committed
     *
     * SPDX-License-Identifier:	GPL-2.0+
     */
    
    #ifndef _STM32_GPIO_H_
    #define _STM32_GPIO_H_
    
    
    #include <asm/arch-stm32/gpio.h>
    
    rev13@wp.pl's avatar
    rev13@wp.pl committed
    
    #endif /* _STM32_GPIO_H_ */