1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
3 #ifndef __IMX_COMMON_H__
4 #define __IMX_COMMON_H__
6 #define EXCEPT_MAX_HDR_SIZE 0x400
7 #define IMX8_STACK_DUMP_SIZE 32
9 void imx8_get_registers(struct snd_sof_dev
*sdev
,
10 struct sof_ipc_dsp_oops_xtensa
*xoops
,
11 struct sof_ipc_panic_info
*panic_info
,
12 u32
*stack
, size_t stack_words
);
14 void imx8_dump(struct snd_sof_dev
*sdev
, u32 flags
);