blob: d9ddf95a7b70bff33617ff6061eef6a79f1508fb [file] [log] [blame]
Patrick Venture4d49ae62018-09-17 11:35:32 -07001#pragma once
2
3#include <host-ipmid/ipmid-api.h>
4
5namespace google
6{
7namespace ipmi
8{
9
10// Handle the eth query command.
11// Sys can query the if_name and IPMI channel of the BMC's NCSI ethernet
12// device.
13ipmi_ret_t GetEthDevice(const uint8_t* reqBuf, uint8_t* replyBuf,
14 size_t* dataLen);
15
16} // namespace ipmi
17} // namespace google