commit | 5c251ca550f56722280dcf17b8c48832ace07142 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Aug 03 18:31:01 2018 -0700 |
committer | Patrick Venture <venture@google.com> | Tue Aug 07 10:11:53 2018 -0700 |
tree | 3250b724fceed43a62fa6c56e1e16c1e9249ad66 | |
parent | 1cb87d25f79cfb905611b81348fbccb362f5e29a [diff] [blame] |
ipmi: start implementing flashAbort Change-Id: I1a05ba7e9323046a09b8582351be987cdaab5a15 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/flash-ipmi.cpp b/flash-ipmi.cpp index 69002f7..4588b5b 100644 --- a/flash-ipmi.cpp +++ b/flash-ipmi.cpp
@@ -73,3 +73,9 @@ /* TODO: implement. */ return false; } + +bool FlashUpdate::abortUpdate() +{ + /* TODO: implement. */ + return false; +}