blob: 4c8e059e8ec5989724afa43caa829d9a893c797d [file] [log] [blame]
Patrick Venture4d49ae62018-09-17 11:35:32 -07001#pragma once
2
Patrick Venturebb90d4f2019-03-15 13:42:06 -07003#include "handler.hpp"
4
William A. Kennington III2c9e1622019-02-07 15:45:19 -08005#include <ipmid/api.h>
Patrick Venture4d49ae62018-09-17 11:35:32 -07006
7namespace google
8{
9namespace ipmi
10{
11
12// Given a cpld identifier, return a version if available.
Patrick Venture45fad1b2019-03-18 16:52:14 -070013ipmi_ret_t cpldVersion(const uint8_t* reqBuf, uint8_t* replyBuf,
Patrick Venturec87de552020-05-20 20:25:39 -070014 size_t* dataLen, const HandlerInterface* handler);
Patrick Venture4d49ae62018-09-17 11:35:32 -070015
16} // namespace ipmi
17} // namespace google