blob: 0c022ae157fef9bbff62c49226eace09381c6f6f (
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 _AGESA_00630F01_CHIP_H_
#define _AGESA_00630F01_CHIP_H_
struct northbridge_amd_pi_00630F01_config
{
u8 spdAddrLookup[1][2][2];
};
#endif
|