summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/family15tn/chip.h
blob: ec6d2e267f92daa7034dac6619b2affb5bde575d (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 _NB_AGESA_CHIP_H_
#define _NB_AGESA_CHIP_H_

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

#endif