[PATCH ipmi-fru-parser v2 2/3] IPMI FRU Parser Interface.
OpenBMC Patches
patches at stwcx.xyz
Fri Oct 16 23:20:13 AEDT 2015
From: Hariharasubramanian R <hramasub at in.ibm.com>
---
frup.h | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 frup.h
diff --git a/frup.h b/frup.h
new file mode 100644
index 0000000..2270470
--- /dev/null
+++ b/frup.h
@@ -0,0 +1,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
--
2.6.0
More information about the openbmc
mailing list