/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022 MediaTek Inc. * Author: Edward-JW Yang <[email protected]> */ #ifndef __CLK_FHCTL_H #define __CLK_FHCTL_H #include "clk-pllfh.h" enum fhctl_variant { … }; struct fhctl_offset { … }; const struct fhctl_offset *fhctl_get_offset_table(enum fhctl_variant v); const struct fh_operation *fhctl_get_ops(void); void fhctl_hw_init(struct mtk_fh *fh); #endif