f3d6010d0b77c0aa9cc1a80bc05a6ec20cc67d11
[linux-2.6-microblaze.git] / sound / soc / sof / ipc3-ops.h
1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
2 /*
3  * This file is provided under a dual BSD/GPLv2 license.  When using or
4  * redistributing this file, you may do so under either license.
5  *
6  * Copyright(c) 2021 Intel Corporation. All rights reserved.
7  *
8  * Author: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
9  */
10
11 #ifndef __SOUND_SOC_SOF_IPC3_OPS_H
12 #define __SOUND_SOC_SOF_IPC3_OPS_H
13
14 #include "sof-priv.h"
15
16 extern const struct sof_ipc_tplg_ops ipc3_tplg_ops;
17 extern const struct sof_ipc_ops ipc3_ops;
18 extern const struct sof_ipc_tplg_control_ops tplg_ipc3_control_ops;
19
20 #endif