add flash-ipmi header defining sub-commands
Each IPMI flow-control or data packet is expected to specify a
sub-command. This introduces the list of known sub-commands.
Change-Id: I4b5b64ca1a605bdaf4acabab05aea567cd9961ee
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/main.cpp b/main.cpp
index 36f4662..8a6bac1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -17,6 +17,8 @@
#include "host-ipmid/ipmid-api.h"
#include "host-ipmid/oemrouter.hpp"
+#include "flash-ipmi.hpp"
+
/* TODO: Once OEM IPMI number placement is settled, point to that. */
namespace oem
{