/
usr
/
src
/
linux-headers-5.15.0-91
/
include
/
linux
/
clk
/
up file
home
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2020 Freescale Semiconductor, Inc. * * Author: Lee Jones <lee.jones@linaro.org> */ #ifndef __LINUX_CLK_IMX_H #define __LINUX_CLK_IMX_H #include <linux/types.h> void imx6sl_set_wait_clk(bool enter); #endif