Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
18235e601d851c974026c5b407b21da82a67ef72
/
.
/
lpc_handler.cpp
blob: acd58c84e4052c42672bc4eae43a3c0daedaf088 [
file
] [
log
] [
blame
]
#include
"lpc_handler.hpp"
#include
<cstdint>
#include
<vector>
namespace
blobs
{
std
::
vector
<
std
::
uint8_t
>
LpcDataHandler
::
copyFrom
(
std
::
uint32_t
length
)
{
/* TODO: implement this. */
return
{};
}
}
// namespace blobs