blob: 28a95f5163d6204ffb10763aa76fe2d6771792c1 [file] [log] [blame]
Damien Zammit43a1f782015-08-19 15:16:59 +10001/*
2 * This file is part of the coreboot project.
3 *
Damien Zammit43a1f782015-08-19 15:16:59 +10004 *
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of
8 * the License, or (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 */
15
16#ifndef NORTHBRIDGE_INTEL_X4X_CHIP_H
17#define NORTHBRIDGE_INTEL_X4X_CHIP_H
18
19#include <drivers/intel/gma/i915.h>
20
21struct northbridge_intel_x4x_config {
22 struct i915_gpu_controller_info gfx;
23};
24
25#endif