blob: 5ed442b3bd9afa89eb1d6f9b346dafe6709e58ec [file] [log] [blame]
#pragma once
#include "handler.hpp"
#include <ipmid/api.h>
namespace google
{
namespace ipmi
{
// Handle the "entity id:entity instance" to entity name mapping command.
// Sys can query the entity name for a particular "entity id:entity instance".
ipmi_ret_t getEntityName(const uint8_t* reqBuf, uint8_t* replyBuf,
size_t* dataLen, HandlerInterface* handler);
} // namespace ipmi
} // namespace google