blob: 8ec10c64663c2398b0a9191227b83bafa7c1617c [file] [log] [blame]
Bruce Griffith006364e2014-10-22 03:33:49 -06001/*
2 * This file is part of the coreboot project.
3 *
Bruce Griffith006364e2014-10-22 03:33:49 -06004 *
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.
Bruce Griffith006364e2014-10-22 03:33:49 -060013 */
14
15#ifndef _AGESA_00630F01_CHIP_H_
16#define _AGESA_00630F01_CHIP_H_
17
18struct northbridge_amd_pi_00630F01_config
19{
20 u8 spdAddrLookup[1][2][2];
21};
22
23#endif