1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 3 #ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H 4 #define NORTHBRIDGE_INTEL_X4X_CHIP_H 5 6 #include <drivers/intel/gma/i915.h> 7 8 struct northbridge_intel_x4x_config { 9 struct i915_gpu_controller_info gfx; 10 }; 11 12 #endif 13