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