xref: /openbsd-src/sys/dev/pci/drm/i915/pxp/intel_pxp_cmd.h (revision 1bb76ff151c0aba8e3312a604e4cd2e5195cf4b7)
1*1bb76ff1Sjsg /* SPDX-License-Identifier: MIT */
2*1bb76ff1Sjsg /*
3*1bb76ff1Sjsg  * Copyright(c) 2020, Intel Corporation. All rights reserved.
4*1bb76ff1Sjsg  */
5*1bb76ff1Sjsg 
6*1bb76ff1Sjsg #ifndef __INTEL_PXP_CMD_H__
7*1bb76ff1Sjsg #define __INTEL_PXP_CMD_H__
8*1bb76ff1Sjsg 
9*1bb76ff1Sjsg #include <linux/types.h>
10*1bb76ff1Sjsg 
11*1bb76ff1Sjsg struct intel_pxp;
12*1bb76ff1Sjsg 
13*1bb76ff1Sjsg int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
14*1bb76ff1Sjsg 
15*1bb76ff1Sjsg #endif /* __INTEL_PXP_CMD_H__ */
16