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

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

#if defined(SMC_CLNT) || (defined(HAVE_DECL_SMC_CLNT) && HAVE_DECL_SMC_CLNT)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((SMC_CLNT) == (0), "SMC_CLNT != 0");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define SMC_CLNT 0
#endif
#if defined(SMC_SERV) || (defined(HAVE_DECL_SMC_SERV) && HAVE_DECL_SMC_SERV)
DIAG_PUSH_IGNORE_TAUTOLOGICAL_COMPARE
static_assert((SMC_SERV) == (1), "SMC_SERV != 1");
DIAG_POP_IGNORE_TAUTOLOGICAL_COMPARE
#else
# define SMC_SERV 1
#endif
#undef XLAT_PREV_VAL

#ifndef XLAT_MACROS_ONLY

# ifdef IN_MPERS

#  error static const struct xlat smc_link_group_roles in mpers mode

# else

DIAG_PUSH_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE
static const struct xlat_data smc_link_group_roles_xdata[] = {
 [SMC_CLNT] = XLAT(SMC_CLNT),
 #define XLAT_VAL_0 ((unsigned) (SMC_CLNT))
 #define XLAT_STR_0 STRINGIFY(SMC_CLNT)
 [SMC_SERV] = XLAT(SMC_SERV),
 #define XLAT_VAL_1 ((unsigned) (SMC_SERV))
 #define XLAT_STR_1 STRINGIFY(SMC_SERV)
};
static
const struct xlat smc_link_group_roles[1] = { {
 .data = smc_link_group_roles_xdata,
 .size = ARRAY_SIZE(smc_link_group_roles_xdata),
 .type = XT_INDEXED,
 .flags_mask = 0
#  ifdef XLAT_VAL_0
  | XLAT_VAL_0
#  endif
#  ifdef XLAT_VAL_1
  | XLAT_VAL_1
#  endif
  ,
 .flags_strsz = 0
#  ifdef XLAT_STR_0
  + sizeof(XLAT_STR_0)
#  endif
#  ifdef XLAT_STR_1
  + sizeof(XLAT_STR_1)
#  endif
  ,
} };
DIAG_POP_IGNORE_TAUTOLOGICAL_CONSTANT_COMPARE

#  undef XLAT_STR_0
#  undef XLAT_VAL_0
#  undef XLAT_STR_1
#  undef XLAT_VAL_1
# endif /* !IN_MPERS */

#endif /* !XLAT_MACROS_ONLY */