1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 2 3 #ifndef LIBPLDM_API_H 4 #define LIBPLDM_API_H 5 6 #include <libpldm/compiler.h> 7 8 #define LIBPLDM_ITERATOR LIBPLDM_CC_NONNULL LIBPLDM_CC_ALWAYS_INLINE 9 10 #endif 11
1 /* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ 2 3 #ifndef LIBPLDM_API_H 4 #define LIBPLDM_API_H 5 6 #include <libpldm/compiler.h> 7 8 #define LIBPLDM_ITERATOR LIBPLDM_CC_NONNULL LIBPLDM_CC_ALWAYS_INLINE 9 10 #endif 11