intel: export GT in intel_gpu
diff --git a/icd/intel/gpu.h b/icd/intel/gpu.h
index 473982f..5df7c39 100644
--- a/icd/intel/gpu.h
+++ b/icd/intel/gpu.h
@@ -49,6 +49,7 @@
     int devid;          /* PCI device ID */
     char *path;         /* path to the render or legacy node, or NULL */
     int gen_opaque;     /* always read with intel_gpu_gen() */
+    int gt;
 
     XGL_GPU_SIZE max_batch_buffer_size;
     XGL_UINT batch_buffer_reloc_count;