/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ /* * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * * Copyright(c) 2020 Intel Corporation * * Author: Karol Trzcinski <[email protected]> */ #ifndef __INCLUDE_SOUND_SOF_DEBUG_H__ #define __INCLUDE_SOUND_SOF_DEBUG_H__ #include <sound/sof/header.h> /** ABI3.18 */ enum sof_ipc_dbg_mem_zone { … }; /** ABI3.18 */ struct sof_ipc_dbg_mem_usage_elem { … } __packed; /** ABI3.18 */ struct sof_ipc_dbg_mem_usage { … } __packed; #endif