summaryrefslogtreecommitdiffstats
path: root/net.hpp
blob: 21131b2b5da2d5a4b003dcc81ac2960329edc727 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <string>

namespace ipmi
{
namespace network
{

std::string ChanneltoEthernet(int channel);

} // namespace network
} // namespace ipmi
OpenPOWER on IntegriCloud