| /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ | |
| #ifndef MCTP_DEFINES_H | |
| #define MCTP_DEFINES_H | |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| #define MCTP_MSG_TYPE_PLDM 1 | |
| #define MCTP_MAX_NUM_EID 256 | |
| #ifdef __cplusplus | |
| } | |
| #endif | |
| #endif // MCTP_DEFINES_H |