drivers/wifi: Remove unnecessary data structure copy
[coreboot2.git] / src / northbridge / amd / pi / dimmSpd.h
blob578df0dba30e1eb9c5eb9084e6b5bbc1d6b93bbf
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _DIMMSPD_H_
4 #define _DIMMSPD_H_
6 AGESA_STATUS
7 AmdMemoryReadSPD(IN UINT32 Func, IN UINTN Data, IN OUT AGESA_READ_SPD_PARAMS *SpdData);
9 int hudson_readSpd(int spdAddress, char *buf, size_t len);
11 int smbus_readSpd(int spdAddress, char *buf, size_t len);
13 #endif