brintos

brintos / linux-shallow public Read only

0
0
Text · 437 B · 13d7f3e Raw
19 lines · c
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */2 3#ifndef __IMX_COMMON_H__4#define __IMX_COMMON_H__5 6#include <linux/clk.h>7 8#define EXCEPT_MAX_HDR_SIZE	0x4009#define IMX8_STACK_DUMP_SIZE 3210 11void imx8_get_registers(struct snd_sof_dev *sdev,12			struct sof_ipc_dsp_oops_xtensa *xoops,13			struct sof_ipc_panic_info *panic_info,14			u32 *stack, size_t stack_words);15 16void imx8_dump(struct snd_sof_dev *sdev, u32 flags);17 18#endif19