2015-06-19 04:16:51 +08:00
|
|
|
/*
|
2021-04-09 10:52:34 +08:00
|
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
2015-06-19 04:16:51 +08:00
|
|
|
*
|
2021-04-09 10:52:34 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2015-06-19 04:16:51 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __GPIO_H__
|
|
|
|
#define __GPIO_H__
|
|
|
|
|
|
|
|
int rt_hw_gpio_init(void);
|
|
|
|
|
|
|
|
#endif
|