mb/asus/p5gc-mx: Add mainboard
[coreboot.git] / src / mainboard / google / rikku / spd / spd.h
blobe48d93f1bb5b986810a33933dac7d69a3f4465f4
1 /*
2 * This file is part of the coreboot project.
4 * Copyright (C) 2015 Google Inc.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
16 #ifndef MAINBOARD_SPD_H
17 #define MAINBOARD_SPD_H
19 struct pei_data;
20 void mainboard_fill_spd_data(struct pei_data *pei_data);
22 #endif