Brad Bishop | 27403f4 | 2021-12-01 21:37:44 -0500 | [diff] [blame] | 1 | #ifndef OEM_IBM_ENTITY_H |
2 | #define OEM_IBM_ENTITY_H | ||||
3 | |||||
4 | #ifdef __cplusplus | ||||
5 | extern "C" { | ||||
6 | #endif | ||||
7 | |||||
8 | enum pldm_oem_ibm_entity_id_codes { | ||||
9 | PLDM_OEM_IBM_ENTITY_FIRMWARE_UPDATE = 24577, | ||||
10 | }; | ||||
11 | |||||
12 | #ifdef __cplusplus | ||||
13 | } | ||||
14 | #endif | ||||
15 | |||||
16 | #endif /* OEM_IBM_ENTITY_H */ |