1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
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.
6 * Copyright(c) 2018 Intel Corporation. All rights reserved.
9 #ifndef __INCLUDE_SOUND_SOF_XTENSA_H__
10 #define __INCLUDE_SOUND_SOF_XTENSA_H__
12 #include <sound/sof/header.h>
15 * Architecture specific debug
18 /* Xtensa Firmware Oops data */
19 struct sof_ipc_dsp_oops_xtensa
{
20 struct sof_ipc_dsp_oops_arch_hdr arch_hdr
;
21 struct sof_ipc_dsp_oops_plat_hdr plat_hdr
;