xref: /linux/drivers/gpu/drm/xe/compat-i915-headers/gt/intel_gt_types.h (revision 03f8db65ad8616ed8be67efc4379fdd60903235b)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 #ifndef __INTEL_GT_TYPES__
7 #define __INTEL_GT_TYPES__
8 
9 #define intel_gt_support_legacy_fencing(gt) 0
10 
11 #endif
12