3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-08 07:13:06 +00:00
Brooklyn/drivers/gpu/drm/i915/pxp/intel_pxp_cmd.h
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

16 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__ */