blob: bbbc963248bd99b928876914e7610ff1803ab642 [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// Set a time-delayed PSU hard reset.
11ipmi_ret_t PsuHardReset(const uint8_t* reqBuf, uint8_t* replyBuf,
12 size_t* dataLen);
13
14} // namespace ipmi
15} // namespace google