accel/qaic: Add AIC200 support
[drm/drm-misc.git] / include / linux / clk / imx.h
blob75a0d969655286b3e4222f140035a99f7b58557c
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2020 Freescale Semiconductor, Inc.
5 * Author: Lee Jones <lee.jones@linaro.org>
6 */
8 #ifndef __LINUX_CLK_IMX_H
9 #define __LINUX_CLK_IMX_H
11 #include <linux/types.h>
13 void imx6sl_set_wait_clk(bool enter);
15 #endif