/* * SPDX-License-Identifier: Apache-2.0 * * Date Author Notes * 2018-03-13 ZeroFree first implementation */ #ifndef __DRV_GPIO_H__ #define __DRV_GPIO_H__ int rt_hw_pin_init(void); #endif