gpio.h 301 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
  4. * Author(s): Patrice Chotard, <patrice.chotard@st.com> for STMicroelectronics.
  5. */
  6. #ifndef _STM32_GPIO_H_
  7. #define _STM32_GPIO_H_
  8. #include <asm/arch-stm32/gpio.h>
  9. #endif /* _STM32_GPIO_H_ */