Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/smc_link_group_roles.in; do not edit. */
      2 #if !(defined(SMC_CLNT) || (defined(HAVE_DECL_SMC_CLNT) && HAVE_DECL_SMC_CLNT))
      3 # define SMC_CLNT 0
      4 #endif
      5 #if !(defined(SMC_SERV) || (defined(HAVE_DECL_SMC_SERV) && HAVE_DECL_SMC_SERV))
      6 # define SMC_SERV 1
      7 #endif
      8 
      9 #ifdef IN_MPERS
     10 
     11 # error static const struct xlat smc_link_group_roles in mpers mode
     12 
     13 #else
     14 
     15 static
     16 const struct xlat smc_link_group_roles[] = {
     17  XLAT(SMC_CLNT),
     18  XLAT(SMC_SERV),
     19  XLAT_END
     20 };
     21 
     22 #endif /* !IN_MPERS */
     23