ipmi: start implementing flashHashData

Change-Id: Ib8c57c0f482515ed64867b9f1c98942d39c8a10f
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp
index daaab5e..ab294c3 100644
--- a/flash-ipmi.cpp
+++ b/flash-ipmi.cpp
@@ -55,3 +55,9 @@
     /* TODO: implement. */
     return false;
 }
+
+bool FlashUpdate::hashData(uint32_t offset, const std::vector<uint8_t>& bytes)
+{
+    /* TODO: implement. */
+    return false;
+}