1 #ifndef MCTP_DEFINES_H 2 #define MCTP_DEFINES_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 #define MCTP_MSG_TYPE_PLDM 1 9 #define MCTP_MAX_NUM_EID 256 10 11 #ifdef __cplusplus 12 } 13 #endif 14 15 #endif // MCTP_DEFINES_H 16
1 #ifndef MCTP_DEFINES_H 2 #define MCTP_DEFINES_H 3 4 #ifdef __cplusplus 5 extern "C" { 6 #endif 7 8 #define MCTP_MSG_TYPE_PLDM 1 9 #define MCTP_MAX_NUM_EID 256 10 11 #ifdef __cplusplus 12 } 13 #endif 14 15 #endif // MCTP_DEFINES_H 16