/* SPDX-License-Identifier: MIT */ /* * Copyright © 2019 Intel Corporation */ #ifndef INTEL_RC6_TYPES_H #define INTEL_RC6_TYPES_H #include <linux/spinlock.h> #include <linux/types.h> #include "intel_engine_types.h" struct drm_i915_gem_object; /* RC6 residency types */ enum intel_rc6_res_type { … }; struct intel_rc6 { … }; #endif /* INTEL_RC6_TYPES_H */