drv_gpio.h 347 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2015-01-05 Bernard the first version
  10. * 2017-11-35 ZYH update to 3.0.0
  11. */
  12. #ifndef __DRV_GPIO_H__
  13. #define __DRV_GPIO_H__
  14. extern int rt_hw_pin_init(void);
  15. #endif