summaryrefslogtreecommitdiffstats
path: root/frup.h
blob: 227047035c4527683a0606ee305f06bd59e9698b (plain)
1
2
3
4
5
6
7
#ifndef OPENBMC_IPMI_FRU_PARSER_H
#define OPENBMC_IPMI_FRU_PARSER_H

/* Parse an IPMI write fru data message into a dictionary containing name value pair of VPD entries.*/
int parse_fru (const void* msgbuf, sd_bus_message* vpdtbl);

#endif
OpenPOWER on IntegriCloud