| Patrick Venture | 4d49ae6 | 2018-09-17 11:35:32 -0700 | [diff] [blame] | 1 | #pragma once |
| 2 | |||||
| William A. Kennington III | 2c9e162 | 2019-02-07 15:45:19 -0800 | [diff] [blame^] | 3 | #include <ipmid/api.h> |
| Patrick Venture | 4d49ae6 | 2018-09-17 11:35:32 -0700 | [diff] [blame] | 4 | |
| 5 | namespace google | ||||
| 6 | { | ||||
| 7 | namespace ipmi | ||||
| 8 | { | ||||
| 9 | |||||
| 10 | // | ||||
| 11 | // Handle the cablecheck. Sys must supply which ethernet device they're | ||||
| 12 | // interested in. | ||||
| 13 | ipmi_ret_t CableCheck(const uint8_t* reqBuf, uint8_t* replyBuf, | ||||
| 14 | size_t* dataLen); | ||||
| 15 | |||||
| 16 | } // namespace ipmi | ||||
| 17 | } // namespace google | ||||