blob: 7d40d209a1852b8fd1cd90451711a6cee58cba85 [file] [log] [blame]
Patrick Georgi02363b52020-05-05 20:48:50 +02001/* This file is part of the coreboot project. */
Patrick Georgiac959032020-05-05 22:49:26 +02002/* SPDX-License-Identifier: GPL-2.0-or-later */
Damien Zammit43a1f782015-08-19 15:16:59 +10003
4#ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H
5#define NORTHBRIDGE_INTEL_X4X_CHIP_H
6
7#include <drivers/intel/gma/i915.h>
8
9struct northbridge_intel_x4x_config {
10 struct i915_gpu_controller_info gfx;
11};
12
13#endif