aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/clk/imx.h
blob: 75a0d969655286b3e4222f140035a99f7b58557c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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