/* 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