Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/smc_diag_extended_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat smc_diag_extended_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat smc_diag_extended_flags[] = {
     11  XLAT(1<<(SMC_DIAG_CONNINFO-1)),
     12  XLAT(1<<(SMC_DIAG_LGRINFO-1)),
     13  XLAT_END
     14 };
     15 
     16 #endif /* !IN_MPERS */
     17