git-subtree-dir: techpack/audio git-subtree-mainline:c4ac9f41f5git-subtree-split:d4a1fdac7bChange-Id: I9f1af2abd41942d29296c963aac75ed023624164
14 lines
266 B
C
14 lines
266 B
C
/* 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
|