15 lines
379 B
C
15 lines
379 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2016 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef SECCLK_H
|
|
#define SECCLK_H
|
|
|
|
/**************************************************************************
|
|
* EXTERNAL FUNCTION
|
|
**************************************************************************/
|
|
extern int sec_clk_enable(struct platform_device *dev);
|
|
|
|
#endif /* end of SECCLK_H */
|