Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
google-ipmi-sys
/
8d3d46a2746c03657a6406ec2a2dcd576e40626f
/
.
/
test
/
common.cpp
blob: 08c3eaa21451f57972e924f0532fd45f46e7deee [
file
] [
log
] [
blame
]
#include
<cstdint>
#include
<string>
namespace
ipmi
{
std
::
uint8_t
getChannelByName
(
const
std
::
string
&)
{
return
1
;
}
}
// namespace ipmi