blob: c677f4ce9b2a186a64126574a5711bb1816ae728 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 */
|