Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Copyright (C) 2020 Freescale Semiconductor, Inc.
0004  *
0005  * Author: Lee Jones <lee.jones@linaro.org>
0006  */
0007 
0008 #ifndef __LINUX_CLK_IMX_H
0009 #define __LINUX_CLK_IMX_H
0010 
0011 #include <linux/types.h>
0012 
0013 void imx6sl_set_wait_clk(bool enter);
0014 
0015 #endif