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

23 lines
362 B
C
Raw Normal View History

/*
2021-03-29 07:20:47 +08:00
* Copyright (c) 2006-2021, RT-Thread Development Team
*
2021-03-29 07:20:47 +08:00
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2017-09-14 Haley the first version
*/
2021-03-29 07:20:47 +08:00
#ifndef __RTC_H
#define __RTC_H
#include <rtthread.h>
/**
* @brief External function definitions
*
*/
int rt_hw_rtc_init(void);
#endif // __RTC_H