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_CMD_H__
0007 #define __INTEL_PXP_CMD_H__
0008 
0009 #include <linux/types.h>
0010 
0011 struct intel_pxp;
0012 
0013 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
0014 
0015 #endif /* __INTEL_PXP_CMD_H__ */