adsp_err.h 261 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __ADSP_ERR__
  6. #define __ADSP_ERR__
  7. int adsp_err_get_lnx_err_code(u32 adsp_error);
  8. char *adsp_err_get_err_str(u32 adsp_error);
  9. #endif