commit | 1aedab2391cd883e95ebde0129fcaf88d7f16233 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Sep 10 14:41:45 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Sep 10 14:45:39 2018 -0700 |
tree | eea23a255f0d3ef8ee0007982e910623716b80ac | |
parent | 004fb909202e39b34cb72d31390facd525b04c9b [diff] [blame] |
update clang-format Change-Id: If3508ffd09d7bd11fbf13bf449cc3c39efea90bb Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/ipmi.hpp b/ipmi.hpp index bc457c0..5950ec5 100644 --- a/ipmi.hpp +++ b/ipmi.hpp
@@ -1,11 +1,11 @@ #pragma once +#include "flash-ipmi.hpp" + #include <functional> #include "host-ipmid/ipmid-api.h" -#include "flash-ipmi.hpp" - using IpmiFlashHandler = std::function<ipmi_ret_t(UpdateInterface* updater, const uint8_t* reqBuf, uint8_t* replyBuf, size_t* dataLen)>;