summaryrefslogtreecommitdiffstats
path: root/src/northbridge/amd/agesa/family15tn/chip.h
blob: c87fb519846f4df3ceba425661cce06c1ebf251b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _NB_AGESA_CHIP_H_
#define _NB_AGESA_CHIP_H_

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

#endif