blob: 6ed54182510b217872a572d0f64f06a767f661d1 [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//
11// Handle the cablecheck. Sys must supply which ethernet device they're
12// interested in.
13ipmi_ret_t CableCheck(const uint8_t* reqBuf, uint8_t* replyBuf,
14 size_t* dataLen);
15
16} // namespace ipmi
17} // namespace google