mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
7bd15c52a3
PD#SWPL-65394 Problem: init clock driver Solution: add 2 clock driver amlogic-clk-common.ko amlogic-clk-s4.ko Verify: s4d Change-Id: Icedcea7d56026fb570c5cf305e47f1884d4aa87b Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com>
13 lines
294 B
C
13 lines
294 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __CLK_MEASURE_H__
|
|
#define __CLK_MEASURE_H__
|
|
|
|
int meson_clk_measure(unsigned int id);
|
|
int meson_clk_measure_with_precision(unsigned int id, unsigned int precision);
|
|
|
|
#endif
|