gpio.h 182 B

12345678910111213
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. */
  7. #ifndef __GPIO_H__
  8. #define __GPIO_H__
  9. int rt_hw_gpio_init(void);
  10. #endif