blob: ce20226204b5d5c2a1e9534c72c0cd95833f91ff [file] [log] [blame]
Patrick Venture4d49ae62018-09-17 11:35:32 -07001#pragma once
2
William A. Kennington III2c9e1622019-02-07 15:45:19 -08003#include <ipmid/api.h>
Patrick Venture4d49ae62018-09-17 11:35:32 -07004
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