blob: 08c3eaa21451f57972e924f0532fd45f46e7deee [file] [log] [blame]
#include <cstdint>
#include <string>
namespace ipmi
{
std::uint8_t getChannelByName(const std::string&)
{
return 1;
}
} // namespace ipmi