blob: 4cfb83e83113f04591366cbcc5a36adeda62cb29 [file] [log] [blame]
Patrick Georgiac959032020-05-05 22:49:26 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Damien Zammit43a1f782015-08-19 15:16:59 +10002
3#ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H
4#define NORTHBRIDGE_INTEL_X4X_CHIP_H
5
6#include <drivers/intel/gma/i915.h>
7
8struct northbridge_intel_x4x_config {
9 struct i915_gpu_controller_info gfx;
10};
11
12#endif