C++程序  |  31行  |  706 B

/* Generated by ./xlat/gen.sh from ./xlat/kcm_protocols.in; do not edit. */

#include "gcc_compat.h"
#include "static_assert.h"

#if defined(KCMPROTO_CONNECTED) || (defined(HAVE_DECL_KCMPROTO_CONNECTED) && HAVE_DECL_KCMPROTO_CONNECTED)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((KCMPROTO_CONNECTED) == (0), "KCMPROTO_CONNECTED != 0");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define KCMPROTO_CONNECTED 0
#endif

#ifndef XLAT_MACROS_ONLY

# ifdef IN_MPERS

#  error static const struct xlat kcm_protocols in mpers mode

# else

static
const struct xlat kcm_protocols[] = {
 [KCMPROTO_CONNECTED] = XLAT(KCMPROTO_CONNECTED),
 XLAT_END
};

# endif /* !IN_MPERS */

#endif /* !XLAT_MACROS_ONLY */