blob: d9ddf95a7b70bff33617ff6061eef6a79f1508fb [file] [log] [blame]
#pragma once
#include <host-ipmid/ipmid-api.h>
namespace google
{
namespace ipmi
{
// Handle the eth query command.
// Sys can query the if_name and IPMI channel of the BMC's NCSI ethernet
// device.
ipmi_ret_t GetEthDevice(const uint8_t* reqBuf, uint8_t* replyBuf,
size_t* dataLen);
} // namespace ipmi
} // namespace google