Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
google-ipmi-sys
/
8d3d46a2746c03657a6406ec2a2dcd576e40626f
/
.
/
test
/
common.cpp
blob: 08c3eaa21451f57972e924f0532fd45f46e7deee [
file
] [
log
] [
blame
]
William A. Kennington III
8d3d46a
2021-07-13 12:35:35 -0700
[
diff
] [
blame^
]
1
#include
<cstdint>
2
#include
<string>
3
4
namespace
ipmi
5
{
6
std
::
uint8_t
getChannelByName
(
const
std
::
string
&)
7
{
8
return
1
;
9
}
10
}
// namespace ipmi