blob: ac1513ddf3573b7b832985583ffb9a1e3ebd3ff4 [file] [log] [blame]
Patrick Venture391b8b02018-03-08 08:31:13 -08001#pragma once
Patrick Venture36ab6f62020-08-03 10:50:26 -07002
Patrick Venture9bf5cef2020-08-16 08:59:54 -07003#include <ipmid/api.h>
4
Patrick Venture36ab6f62020-08-03 10:50:26 -07005#include <cstdint>
6
7namespace pid_control
8{
9namespace ipmi
10{
11
Patrick Venture9bf5cef2020-08-16 08:59:54 -070012ipmi_ret_t manualModeControl(ipmi_cmd_t cmd, const uint8_t* reqBuf,
13 uint8_t* replyCmdBuf, size_t* dataLen);
Patrick Venture36ab6f62020-08-03 10:50:26 -070014
15} // namespace ipmi
16} // namespace pid_control