mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
16 lines
276 B
C
16 lines
276 B
C
|
/* 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
|