#ifndef __INCLUDE_SOUND_SOF_INFO_H__
#define __INCLUDE_SOUND_SOF_INFO_H__
#include <sound/sof/header.h>
#include <sound/sof/stream.h>
#define SOF_IPC_MAX_ELEMS …
#define SOF_IPC_INFO_BUILD …
#define SOF_IPC_INFO_LOCKS …
#define SOF_IPC_INFO_LOCKSV …
#define SOF_IPC_INFO_GDB …
#define SOF_IPC_INFO_D3_PERSISTENT …
enum sof_ipc_ext_data { … };
#define SOF_FW_VER(MAJOR, MINOR, PATCH) …
struct sof_ipc_fw_version { … } __packed;
struct sof_ipc_fw_ready { … } __packed;
enum sof_ipc_region { … };
struct sof_ipc_ext_data_hdr { … } __packed;
struct sof_ipc_window_elem { … } __packed;
struct sof_ipc_window { … } __packed;
struct sof_ipc_cc_version { … } __packed;
struct sof_ipc_probe_support { … } __packed;
struct sof_ipc_user_abi_version { … } __packed;
#endif