aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados/spd/spd_util.h
blob: d61df304828f7e4e63d147a7813a16fc3bf52f07 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SPD_UTIL_H
#define SPD_UTIL_H

#include <fsp/soc_binding.h>

void spd_memory_init_params(FSPM_UPD *mupd, int spd_index);

#endif /* SPD_UTIL_H */