blob: de9b512ebba166d7b0feba22737e3e55f5b5069f [file] [log] [blame]
Patrick Georgi2efc8802012-11-06 11:03:53 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2007-2008 coresystems GmbH
5 * 2012 secunet Security Networks AG
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; version 2 of the License.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
Patrick Georgi2efc8802012-11-06 11:03:53 +010015 */
16
17#ifndef NORTHBRIDGE_INTEL_GM45_CHIP_H
18#define NORTHBRIDGE_INTEL_GM45_CHIP_H
19
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +020020#include <drivers/intel/gma/i915.h>
21
Patrick Georgi2efc8802012-11-06 11:03:53 +010022struct northbridge_intel_gm45_config {
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +020023 struct i915_gpu_controller_info gfx;
Patrick Georgi2efc8802012-11-06 11:03:53 +010024};
25
26#endif /* NORTHBRIDGE_INTEL_GM45_CHIP_H */