summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/jecht/spd/spd.h
blob: 4a0fbb4ce9454894695324c085d53cd765d17eae (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef MAINBOARD_SPD_H
#define MAINBOARD_SPD_H

struct pei_data;
void mainboard_fill_spd_data(struct pei_data *pei_data);

#endif