android_kernel_samsung_a23q/techpack/audio/dsp/adsp_err.h
rsuntk f8c4f3d6f4 Import from latest A23q source
Signed-off-by: rsuntk <rissu.ntk@gmail.com>
2025-03-08 14:06:30 +00:00

13 lines
266 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*/
#ifndef __ADSP_ERR__
#define __ADSP_ERR__
int adsp_err_get_lnx_err_code(u32 adsp_error);
char *adsp_err_get_err_str(u32 adsp_error);
#endif