blob: 5c747ed71f6b335db680d17bb8b33d9646691bca [file] [log] [blame]
#pragma once
#include "handler.hpp"
#include <ipmid/api.h>
namespace google
{
namespace ipmi
{
// Given a cpld identifier, return a version if available.
ipmi_ret_t cpldVersion(const uint8_t* reqBuf, uint8_t* replyBuf,
size_t* dataLen,
const HandlerInterface* handler = &handlerImpl);
} // namespace ipmi
} // namespace google