1 /* Generated by ./xlat/gen.sh from ./xlat/smc_diag_extended_flags.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat smc_diag_extended_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat smc_diag_extended_flags[] = {
17  XLAT(1<<(SMC_DIAG_CONNINFO-1)),
18  XLAT(1<<(SMC_DIAG_LGRINFO-1)),
19  XLAT_END
20 };
21 
22 # endif /* !IN_MPERS */
23 
24 #endif /* !XLAT_MACROS_ONLY */
25