From 4785f2a358ea39d28086f85fdb7a9edeaf62dcba Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 27 Mar 2015 23:05:36 -0500 Subject: arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public Change-Id: Ib85701965337bb6231d8df59d43789dfe8a036d3 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/9136 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Paul Menzel --- src/include/smbios.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/smbios.h b/src/include/smbios.h index da38419f67..7d1c333393 100644 --- a/src/include/smbios.h +++ b/src/include/smbios.h @@ -427,4 +427,6 @@ struct smbios_type127 { u8 eos[2]; } __attribute__((packed)); +void smbios_fill_dimm_manufacturer_from_id(uint16_t mod_id, struct smbios_type17 *t); + #endif -- cgit v1.2.3