blob: ce20226204b5d5c2a1e9534c72c0cd95833f91ff [file] [log] [blame]
#pragma once
#include <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