summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/chip.h
blob: 7d40d209a1852b8fd1cd90451711a6cee58cba85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-or-later */

#ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H
#define NORTHBRIDGE_INTEL_X4X_CHIP_H

#include <drivers/intel/gma/i915.h>

struct northbridge_intel_x4x_config {
	struct i915_gpu_controller_info gfx;
};

#endif