/* SPDX-License-Identifier: GPL-2.0-only */ #ifndef MAINBOARD_SPD_H #define MAINBOARD_SPD_H #include uint8_t *mainboard_find_spd_data(void); #endif