ID:355 - Move section_id from ipmi_fru. to ipmi_fru.c

... since that's the only place where it's used right now. It might be worth to
rework this concept.
This commit is contained in:
Zdenek Styblik
2016-05-29 21:03:25 +02:00
parent fe2fcaf3ef
commit 681bc21d32
2 changed files with 7 additions and 7 deletions

View File

@@ -50,6 +50,13 @@
#define FRU_MULTIREC_CHUNK_SIZE (255 + sizeof(struct fru_multirec_header))
static const char *section_id[4] = {
"Internal Use Section",
"Chassis Section",
"Board Section",
"Product Section"
};
/* From lib/dimm_spd.c: */
int
ipmi_spd_print_fru(struct ipmi_intf * intf, uint8_t id);