1
0
Fork 0
linux/drivers/gpu/drm/i915/pxp/intel_pxp_cmd.h
Daniel Baumann 79d69e5050
Adding upstream version 6.12.33.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 12:14:28 +02:00

15 lines
306 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright(c) 2020, Intel Corporation. All rights reserved.
*/
#ifndef __INTEL_PXP_CMD_H__
#define __INTEL_PXP_CMD_H__
#include <linux/types.h>
struct intel_pxp;
int intel_pxp_terminate_session(struct intel_pxp *pxp, u32 idx);
#endif /* __INTEL_PXP_CMD_H__ */