/*
 * Copyright (c) 2006-2021, RT-Thread Development Team
 *
 * SPDX-License-Identifier: Apache-2.0
 *
 * Change Logs:
 * Date           Author       Notes
 * 2017-09-14     Haley        the first version
 */

#ifndef __RTC_H
#define __RTC_H

#include <rtthread.h>

/**
 * @brief External function definitions
 *
 */
int rt_hw_rtc_init(void);

#endif // __RTC_H