blob: c677f4ce9b2a186a64126574a5711bb1816ae728 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef DEVICE_DRAM_SPD_H
#define DEVICE_DRAM_SPD_H
#include <types.h>
const char *spd_manufacturer_name(const uint16_t mod_id);
#endif /* DEVICE_DRAM_SPD_H */