1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2 
3 #ifndef __IMX_OPS_H__
4 #define __IMX_OPS_H__
5 
6 extern struct snd_sof_dsp_ops sof_imx8_ops;
7 extern struct snd_sof_dsp_ops sof_imx8x_ops;
8 extern struct snd_sof_dsp_ops sof_imx8m_ops;
9 
10 #endif
11