blob: 6ed54182510b217872a572d0f64f06a767f661d1 [file] [log] [blame]
#pragma once
#include <host-ipmid/ipmid-api.h>
namespace google
{
namespace ipmi
{
//
// Handle the cablecheck. Sys must supply which ethernet device they're
// interested in.
ipmi_ret_t CableCheck(const uint8_t* reqBuf, uint8_t* replyBuf,
size_t* dataLen);
} // namespace ipmi
} // namespace google