1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 2 #ifndef OEM_IBM_ENTITY_H 3 #define OEM_IBM_ENTITY_H 4 5 #ifdef __cplusplus 6 extern "C" { 7 #endif 8 9 enum pldm_oem_ibm_entity_id_codes { 10 PLDM_OEM_IBM_ENTITY_TPM = 24576, 11 PLDM_OEM_IBM_ENTITY_FIRMWARE_UPDATE = 24577, 12 PLDM_OEM_IBM_ENTITY_REAL_SAI = 24581, 13 }; 14 15 #ifdef __cplusplus 16 } 17 #endif 18 19 #endif /* OEM_IBM_ENTITY_H */ 20