Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __Q6CORE_H__
0004 #define __Q6CORE_H__
0005 
0006 struct q6core_svc_api_info {
0007     uint32_t service_id;
0008     uint32_t api_version;
0009     uint32_t api_branch_version;
0010 };
0011 
0012 bool q6core_is_adsp_ready(void);
0013 int q6core_get_svc_api_info(int svc_id, struct q6core_svc_api_info *ainfo);
0014 
0015 #endif /* __Q6CORE_H__ */