brintos

brintos / linux-shallow public Read only

0
0
Text · 276 B · 75a0d96 Raw
16 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Copyright (C) 2020 Freescale Semiconductor, Inc.4 *5 * Author: Lee Jones <lee.jones@linaro.org>6 */7 8#ifndef __LINUX_CLK_IMX_H9#define __LINUX_CLK_IMX_H10 11#include <linux/types.h>12 13void imx6sl_set_wait_clk(bool enter);14 15#endif16