blob: 951ae42c27c528bfa9aac1ae7c587c221f270e66 [file] [log] [blame]
Michael Xie7586cef2008-09-22 13:11:39 +00001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2008 Advanced Micro Devices, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
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.
Michael Xie7586cef2008-09-22 13:11:39 +000014 */
15
16#ifndef SB600_CHIP_H
17#define SB600_CHIP_H
18
Joe Bao164463c2008-12-01 19:37:21 +000019struct southbridge_amd_sb600_config
Michael Xie7586cef2008-09-22 13:11:39 +000020{
Joe Bao164463c2008-12-01 19:37:21 +000021 u32 hda_viddid;
Michael Xie7586cef2008-09-22 13:11:39 +000022};
Michael Xie7586cef2008-09-22 13:11:39 +000023
24#endif /* SB600_CHIP_H */