aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/cyan/spd/spd_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/cyan/spd/spd_util.h')
-rw-r--r--src/mainboard/google/cyan/spd/spd_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/cyan/spd/spd_util.h b/src/mainboard/google/cyan/spd/spd_util.h
index 11d6eaa16d..0c5b3265ef 100644
--- a/src/mainboard/google/cyan/spd/spd_util.h
+++ b/src/mainboard/google/cyan/spd/spd_util.h
@@ -16,7 +16,10 @@
#ifndef SPD_UTIL_H
#define SPD_UTIL_H
+#include <fsp/soc_binding.h>
+
uint8_t get_ramid(void);
int get_variant_spd_index(int ram_id, int *dual);
+void spd_memory_init_params(MEMORY_INIT_UPD *memory_params);
#endif /* SPD_UTIL_H */