arch/x86/boot/smbios: Rename fill_dimm_manufacturer and make public

Change-Id: Ib85701965337bb6231d8df59d43789dfe8a036d3
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/9136
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Timothy Pearson
2015-03-27 23:05:36 -05:00
committed by Aaron Durbin
parent 821217b60f
commit 4785f2a358
2 changed files with 4 additions and 2 deletions

View File

@@ -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