blob: de11c20d2e8076153a431b4b0576476a9fd6b194 [file] [log] [blame]
Bruce Griffith27ed80b2014-08-15 11:46:25 -06001/*
2 * This file is part of the coreboot project.
3 *
Bruce Griffith27ed80b2014-08-15 11:46:25 -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 Griffith27ed80b2014-08-15 11:46:25 -060013 */
14
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030015#ifndef _PI_00730F01_CHIP_H_
16#define _PI_00730F01_CHIP_H_
Bruce Griffith27ed80b2014-08-15 11:46:25 -060017
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030018struct northbridge_amd_pi_00730F01_config
Bruce Griffith27ed80b2014-08-15 11:46:25 -060019{
20 u8 spdAddrLookup[1][1][2];
21};
22
Kyösti Mälkkie4c17ce2014-10-21 18:22:32 +030023#endif /* _PI_00730F01_CHIP_H_ */