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