aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/pi/00730F01/chip.h
blob: 7684005697370141536aa2046164488aa2fb9dd4 (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_00730F01_CHIP_H_
#define _PI_00730F01_CHIP_H_

struct northbridge_amd_pi_00730F01_config
{
	u8 spdAddrLookup[1][1][2];
};

#endif	/* _PI_00730F01_CHIP_H_ */