summaryrefslogtreecommitdiffstats
path: root/frup.h
diff options
context:
space:
mode:
Diffstat (limited to 'frup.h')
-rw-r--r--frup.h7
1 files changed, 7 insertions, 0 deletions
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
OpenPOWER on IntegriCloud