blob: a4a7a75bcafdd2857a205569703bffe105e9ce0d [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.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
Paul Menzela46a7122013-02-23 18:37:27 +010018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Patrick Georgi2efc8802012-11-06 11:03:53 +010019 */
20
21#ifndef NORTHBRIDGE_INTEL_GM45_CHIP_H
22#define NORTHBRIDGE_INTEL_GM45_CHIP_H
23
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +020024#include <drivers/intel/gma/i915.h>
25
Patrick Georgi2efc8802012-11-06 11:03:53 +010026struct northbridge_intel_gm45_config {
Vladimir Serbinenkoa71bdc32014-08-30 00:35:39 +020027 struct i915_gpu_controller_info gfx;
Patrick Georgi2efc8802012-11-06 11:03:53 +010028};
29
30#endif /* NORTHBRIDGE_INTEL_GM45_CHIP_H */