blob: a1bc9f4afcbc39ef5d08d9a0d7c9ea9c8c1c7597 [file] [log] [blame]
#pragma once
#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);
} // namespace ipmi
} // namespace google