1 /* SPDX-License-Identifier: GPL-2.0 */
6 struct q6core_svc_api_info
{
9 uint32_t api_branch_version
;
12 bool q6core_is_adsp_ready(void);
13 int q6core_get_svc_api_info(int svc_id
, struct q6core_svc_api_info
*ainfo
);
15 #endif /* __Q6CORE_H__ */