blob: 1cc7f69ae309cede1e525b1efb2dda0304f9b848 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef _PI_FAM15CZ_CHIP_H_
#define _PI_FAM15CZ_CHIP_H_
struct northbridge_amd_pi_00660F01_config
{
u8 spdAddrLookup[2][2][4];
};
#endif
|