blob: a1bc9f4afcbc39ef5d08d9a0d7c9ea9c8c1c7597 [file] [log] [blame]
Jaghathiswari Rankappagounder Natarajanfd0f1cf2019-01-18 15:31:07 -08001#pragma once
2
William A. Kennington III2c9e1622019-02-07 15:45:19 -08003#include <ipmid/api.h>
Jaghathiswari Rankappagounder Natarajanfd0f1cf2019-01-18 15:31:07 -08004
5namespace google
6{
7namespace ipmi
8{
9
10// Handle the "entity id:entity instance" to entity name mapping command.
11// Sys can query the entity name for a particular "entity id:entity instance".
12ipmi_ret_t GetEntityName(const uint8_t* reqBuf, uint8_t* replyBuf,
13 size_t* dataLen);
14
15} // namespace ipmi
16} // namespace google