4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 12:23:52 +08:00

18 lines
218 B
C
Raw Normal View History

/*
* Copyright (c) 2021 HPMicro
*
* SPDX-License-Identifier: BSD-3-Clause
*
*/
#ifndef DRV_RTC_H
#define DRV_RTC_H
#include <rtthread.h>
#include <rtdevice.h>
int rt_hw_rtc_init(void);
#endif /* DRV_RTC_H */