drv_gpio.h 395 B

123456789101112131415161718192021
  1. /* SPDX-License-Identifier: Apache-2.0 */
  2. /*
  3. * Copyright (c) 2006-2018, RT-Thread Development Team
  4. *
  5. * SPDX-License-Identifier: Apache-2.0
  6. *
  7. * Change Logs:
  8. * Date Author Notes
  9. * 2017-11-24 勤为本 first version
  10. * 2018-05-11 zhuangwei add gpio interrupt ops
  11. */
  12. #ifndef __DRV_GPIO_H__
  13. #define __DRV_GPIO_H__
  14. int loongson_pin_init(void);
  15. #endif