You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
513 B

/* Generated by ./xlat/gen.sh from ./xlat/smc_diag_attrs.in; do not edit. */
#include "gcc_compat.h"
#include "static_assert.h"
#ifndef XLAT_MACROS_ONLY
# ifdef IN_MPERS
# error static const struct xlat smc_diag_attrs in mpers mode
# else
static
const struct xlat smc_diag_attrs[] = {
XLAT(SMC_DIAG_NONE),
XLAT(SMC_DIAG_CONNINFO),
XLAT(SMC_DIAG_LGRINFO),
XLAT(SMC_DIAG_SHUTDOWN),
XLAT(SMC_DIAG_DMBINFO),
XLAT(SMC_DIAG_FALLBACK),
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */