rt-thread/bsp/swm320-lq100/drivers/drv_rtc.h

20 lines
364 B
C
Raw Normal View History

2018-12-24 17:17:27 +08:00
/*
* Copyright (c) 2006-2018, Synwit Technology Co.,Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2018-12-10 Zohar_Lee first version
2021-09-30 17:55:16 +08:00
* 2020-07-10 lik rewrite
2018-12-24 17:17:27 +08:00
*/
2021-09-30 17:55:16 +08:00
#ifndef __DRV_RTC_H__
#define __DRV_RTC_H__
#include "board.h"
2018-12-24 17:17:27 +08:00
int rt_hw_rtc_init(void);
2021-09-30 17:55:16 +08:00
#endif /* __DRV_RTC_H__ */