]> Git Repo - linux.git/blob - drivers/gpu/drm/i915/pxp/intel_pxp_cmd.h
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[linux.git] / drivers / gpu / drm / i915 / pxp / intel_pxp_cmd.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright(c) 2020, Intel Corporation. All rights reserved.
4  */
5
6 #ifndef __INTEL_PXP_CMD_H__
7 #define __INTEL_PXP_CMD_H__
8
9 #include <linux/types.h>
10
11 struct intel_pxp;
12
13 int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
14
15 #endif /* __INTEL_PXP_CMD_H__ */
This page took 0.031353 seconds and 4 git commands to generate.