/* Common header for intel-gtt.ko and i915.ko */#ifndef _DRM_INTEL_GTT_H#define _DRM_INTEL_GTT_Hexternintintel_max_stolen;/* from AGP driver */structintel_gtt{/* Number of stolen gtt entries at the beginning. */unsignedintgtt_stolen_entries;/* Total number of gtt entries. */unsignedintgtt_total_entries;/* Part of the gtt that is mappable by the cpu, for those chips where * this is not the full gtt. */unsignedintgtt_mappable_entries;};#endif