blob: 50424d8f9750e7f4cb9228ff9841d33673b15354 [file] [log] [blame]
developerbe797a32021-12-16 16:56:09 +08001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * mt79xx-afe-clk.h -- Mediatek 79xx afe clock ctrl definition
4 *
5 * Copyright (c) 2021 MediaTek Inc.
6 * Author: Vic Wu <vic.wu@mediatek.com>
7 */
8
9#ifndef _MT79XX_AFE_CLK_H_
10#define _MT79XX_AFE_CLK_H_
11
12struct mtk_base_afe;
13
14int mt79xx_init_clock(struct mtk_base_afe *afe);
15int mt79xx_afe_enable_clock(struct mtk_base_afe *afe);
16int mt79xx_afe_disable_clock(struct mtk_base_afe *afe);
17#endif