Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
360b9a3158977719807d479c36e5958ece0dba8b
/
.
/
tools
/
blob_handler.cpp
blob: a2fe9d333b4c804a723610d08295172e388dfcf2 [
file
] [
log
] [
blame
]
Patrick Venture
0088759
2018-12-11 10:57:06 -0800
[
diff
] [
blame
]
1
#include
"blob_handler.hpp"
2
3
std
::
vector
<
std
::
string
>
BlobHandler
::
getBlobList
()
4
{
5
return
{};
6
}