/* SPDX-License-Identifier: MIT */ /* * Copyright(c) 2020, Intel Corporation. All rights reserved. */ #ifndef __INTEL_PXP_TYPES_H__ #define __INTEL_PXP_TYPES_H__ #include <linux/completion.h> #include <linux/mutex.h> #include <linux/types.h> #include <linux/workqueue.h> struct intel_context; struct intel_gt; struct i915_pxp_component; struct drm_i915_private; /** * struct intel_pxp - pxp state */ struct intel_pxp { … }; #endif /* __INTEL_PXP_TYPES_H__ */