20 lines
349 B
C
20 lines
349 B
C
/*
|
|
* Copyright (c) 2006-2020, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2020-06-08 hqfang first implementation.
|
|
*/
|
|
|
|
#ifndef DRV_RTC_H__
|
|
#define DRV_RTC_H__
|
|
|
|
#include <rtthread.h>
|
|
#include <rtdevice.h>
|
|
#include <rthw.h>
|
|
#include <drv_config.h>
|
|
|
|
#endif
|