1 /* Generated by ./xlat/gen.sh from ./xlat/smc_diag_attrs.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat smc_diag_attrs in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat smc_diag_attrs[] = {
11  XLAT(SMC_DIAG_NONE),
12  XLAT(SMC_DIAG_CONNINFO),
13  XLAT(SMC_DIAG_LGRINFO),
14  XLAT(SMC_DIAG_SHUTDOWN),
15  XLAT_END
16 };
17 
18 #endif /* !IN_MPERS */
19