xref: /linux/drivers/gpu/drm/i915/pxp/intel_pxp_session.h (revision b9d7eb6a31be296ca0af95641a23c4c758703c0a)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright(c) 2020, Intel Corporation. All rights reserved.
4  */
5 
6 #ifndef __INTEL_PXP_SESSION_H__
7 #define __INTEL_PXP_SESSION_H__
8 
9 #include <linux/types.h>
10 
11 struct work_struct;
12 
13 void intel_pxp_session_work(struct work_struct *work);
14 
15 #endif /* __INTEL_PXP_SESSION_H__ */
16