rt-thread/bsp/wch/risc-v/Libraries/ch32_drivers/drv_rtc.h

18 lines
346 B
C
Raw Normal View History

2022-09-22 17:12:30 +08:00
/*
* Copyright (c) 2006-2023, RT-Thread Development Team
2022-09-22 17:12:30 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-08-10 charlown first version
* 2022-09-22 hg0720 the first version which add from wch
*/
#ifndef DRV_RTC_H__
#define DRV_RTC_H__
int rt_hw_rtc_init(void);
#endif