Jaghathiswari Rankappagounder Natarajan | fd0f1cf | 2019-01-18 15:31:07 -0800 | [diff] [blame] | 1 | #pragma once |
| 2 | |
William A. Kennington III | 2c9e162 | 2019-02-07 15:45:19 -0800 | [diff] [blame^] | 3 | #include <ipmid/api.h> |
Jaghathiswari Rankappagounder Natarajan | fd0f1cf | 2019-01-18 15:31:07 -0800 | [diff] [blame] | 4 | |
| 5 | namespace google |
| 6 | { |
| 7 | namespace 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". |
| 12 | ipmi_ret_t GetEntityName(const uint8_t* reqBuf, uint8_t* replyBuf, |
| 13 | size_t* dataLen); |
| 14 | |
| 15 | } // namespace ipmi |
| 16 | } // namespace google |