13 lines
185 B
C
13 lines
185 B
C
|
/*
|
||
|
* Copyright (c) 2021, MediaTek Inc. All rights reserved.
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-3-Clause
|
||
|
*/
|
||
|
|
||
|
#ifndef RTC_H
|
||
|
#define RTC_H
|
||
|
|
||
|
#include <rtc_mt6359p.h>
|
||
|
|
||
|
#endif /* RTC_H */
|