/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __Q6DSP_AUDIO_CLOCKS_H__ #define __Q6DSP_AUDIO_CLOCKS_H__ struct q6dsp_clk_init { … }; #define Q6DSP_VOTE_CLK(id, blkid, n) … struct q6dsp_clk_desc { … }; int q6dsp_clock_dev_probe(struct platform_device *pdev); #endif /* __Q6DSP_AUDIO_CLOCKS_H__ */