util/intelp2m: Print the current project version
[coreboot2.git] / src / mainboard / google / cyan / spd / spd_util.h
blob66365cbf64d249b5ceb2e6fd29e1e9a455e50376
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef SPD_UTIL_H
4 #define SPD_UTIL_H
6 #include <fsp/soc_binding.h>
8 uint8_t get_ramid(void);
9 int get_variant_spd_index(int ram_id, int *dual);
10 void spd_memory_init_params(MEMORY_INIT_UPD *memory_params);
12 #endif /* SPD_UTIL_H */