summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/pi/00660F01/chip.h
blob: 724c3078f14ce7df4e234a2c55258f88eaba7f0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _PI_FAM15CZ_CHIP_H_
#define _PI_FAM15CZ_CHIP_H_

struct northbridge_amd_pi_00660F01_config
{
	u8 spdAddrLookup[2][2][4];
};

#endif