File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ int intel_pxp_gsccs_init(struct intel_pxp *pxp);
23
23
24
24
int intel_pxp_gsccs_create_session (struct intel_pxp * pxp , int arb_session_id );
25
25
void intel_pxp_gsccs_end_arb_fw_session (struct intel_pxp * pxp , u32 arb_session_id );
26
+ bool intel_pxp_gsccs_is_ready_for_sessions (struct intel_pxp * pxp );
26
27
27
28
#else
28
29
static inline void intel_pxp_gsccs_fini (struct intel_pxp * pxp )
@@ -34,8 +35,11 @@ static inline int intel_pxp_gsccs_init(struct intel_pxp *pxp)
34
35
return 0 ;
35
36
}
36
37
37
- #endif
38
+ static inline bool intel_pxp_gsccs_is_ready_for_sessions (struct intel_pxp * pxp )
39
+ {
40
+ return false;
41
+ }
38
42
39
- bool intel_pxp_gsccs_is_ready_for_sessions ( struct intel_pxp * pxp );
43
+ #endif
40
44
41
45
#endif /*__INTEL_PXP_GSCCS_H__ */
You can’t perform that action at this time.
0 commit comments