Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: MIT */
0002 /*
0003  * Copyright(c) 2020, Intel Corporation. All rights reserved.
0004  */
0005 
0006 #ifndef __INTEL_PXP_TEE_H__
0007 #define __INTEL_PXP_TEE_H__
0008 
0009 #include "intel_pxp.h"
0010 
0011 int intel_pxp_tee_component_init(struct intel_pxp *pxp);
0012 void intel_pxp_tee_component_fini(struct intel_pxp *pxp);
0013 
0014 int intel_pxp_tee_cmd_create_arb_session(struct intel_pxp *pxp,
0015                      int arb_session_id);
0016 
0017 #endif /* __INTEL_PXP_TEE_H__ */