rt-thread-official/bsp/apollo2/board/gpio.h

21 lines
342 B
C
Raw Normal View History

2017-09-18 17:45:46 +08:00
/*
2021-03-29 07:20:47 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
2017-09-18 17:45:46 +08:00
*
2021-03-29 07:20:47 +08:00
* SPDX-License-Identifier: Apache-2.0
2017-09-18 17:45:46 +08:00
*
* Change Logs:
* Date Author Notes
* 2017-09-16 Haley the first version
*/
2021-03-29 07:20:47 +08:00
2017-09-18 17:45:46 +08:00
#ifndef __GPIO_H
#define __GPIO_H
/**
* @brief External function definitions
*
*/
int rt_hw_pin_init(void);
2017-09-18 17:45:46 +08:00
#endif // __GPIO_H