diff options
Diffstat (limited to 'src/northbridge/intel/haswell/raminit.h')
-rw-r--r-- | src/northbridge/intel/haswell/raminit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/northbridge/intel/haswell/raminit.h b/src/northbridge/intel/haswell/raminit.h index e151b46d8b..6c76739e77 100644 --- a/src/northbridge/intel/haswell/raminit.h +++ b/src/northbridge/intel/haswell/raminit.h @@ -4,6 +4,7 @@ #define NORTHBRIDGE_INTEL_HASWELL_RAMINIT_H #include <types.h> +#include "chip.h" #define SPD_MEMORY_DOWN 0xff @@ -15,6 +16,7 @@ struct spd_info { /* Mainboard callback to fill in the SPD addresses */ void mb_get_spd_map(struct spd_info *spdi); +void get_spd_info(struct spd_info *spdi, const struct northbridge_intel_haswell_config *cfg); void perform_raminit(const int s3resume); #endif /* NORTHBRIDGE_INTEL_HASWELL_RAMINIT_H */ |