blob: 611f692aa402da1bd66340495191183951d2e19f [file] [log] [blame]
WANG Siyuan05639412015-05-20 14:44:32 +08001/*
2 * This file is part of the coreboot project.
3 *
WANG Siyuan05639412015-05-20 14:44:32 +08004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; version 2 of the License.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
WANG Siyuan05639412015-05-20 14:44:32 +080013 */
14
15#ifndef _PI_FAM15CZ_CHIP_H_
16#define _PI_FAM15CZ_CHIP_H_
17
18struct northbridge_amd_pi_00660F01_config
19{
20 u8 spdAddrLookup[2][2][4];
21};
22
23#endif