14 lines
204 B
C
14 lines
204 B
C
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Copyright (C) 2016 MediaTek Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef __CCCI_RTC_H__
|
||
|
#define __CCCI_RTC_H__
|
||
|
|
||
|
|
||
|
extern int mtk_crystal_exist_status(void);
|
||
|
|
||
|
|
||
|
#endif /* __CCCI_RTC_H__ */
|