summaryrefslogtreecommitdiffstats
path: root/src/northbridge/intel/x4x/chip.h
blob: 4cfb83e83113f04591366cbcc5a36adeda62cb29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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