soc/amd/common: Include appropriate headers in dimm_spd.h

Change-Id: I69e8eaffefbda4fdfb89264a55762558950aa5e2
Signed-off-by: Marc Jones <marcj303@gmail.com>
Reviewed-on: https://review.coreboot.org/22547
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Marc Jones 2017-11-20 17:12:15 -07:00 committed by Marc Jones
parent 17431abab0
commit cae58f1306
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
#ifndef __DIMMSPD_H__
#define __DIMMSPD_H__
#include <agesawrapper.h>
#include <stddef.h>
#include <stdint.h>
AGESA_STATUS
AmdMemoryReadSPD(IN UINT32 Func, IN UINTN Data,
IN OUT AGESA_READ_SPD_PARAMS *SpdData);