Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-ipmi-flash
/
0533d0b092330fc9b72b117671fe8aa0ab1173dd
/
.
/
tools
/
ipmi_handler.hpp
blob: 9e86f4262ea1812dea06d238f76b70a8e59a87d3 [
file
] [
log
] [
blame
]
#pragma
once
#include
"ipmi_interface.hpp"
class
IpmiHandler
:
public
IpmiInterface
{
public
:
IpmiHandler
()
=
default
;
std
::
vector
<
std
::
uint8_t
>
sendPacket
(
const
std
::
vector
<
std
::
uint8_t
>&
data
)
override
;
};