Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-host-ipmid
/
77ff3fe596532f965d86691f20031babcede775d
/
.
/
net.hpp
blob: 21131b2b5da2d5a4b003dcc81ac2960329edc727 [
file
] [
log
] [
blame
]
Patrick Venture
c7c1c3c
2017-11-15 14:29:18 -0800
[
diff
] [
blame
]
1
#include
<string>
2
3
namespace
ipmi
4
{
5
namespace
network
6
{
7
8
std
::
string
ChanneltoEthernet
(
int
channel
);
9
10
}
// namespace network
11
}
// namespace ipmi