![]() |
|
|||
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__ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |