blob: 84a13d482f3c48f170ae9ead2762414aaeb517ba (
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_family16kb_config
{
u8 spdAddrLookup[2][2][4];
};
#endif
|