1 /* Generated by ./xlat/gen.sh from ./xlat/rtnl_tca_stab_attrs.in; do not edit. */ 2 #if !(defined(TCA_STAB_UNSPEC) || (defined(HAVE_DECL_TCA_STAB_UNSPEC) && HAVE_DECL_TCA_STAB_UNSPEC)) 3 # define TCA_STAB_UNSPEC 0 4 #endif 5 #if !(defined(TCA_STAB_BASE) || (defined(HAVE_DECL_TCA_STAB_BASE) && HAVE_DECL_TCA_STAB_BASE)) 6 # define TCA_STAB_BASE 1 7 #endif 8 #if !(defined(TCA_STAB_DATA) || (defined(HAVE_DECL_TCA_STAB_DATA) && HAVE_DECL_TCA_STAB_DATA)) 9 # define TCA_STAB_DATA 2 10 #endif 11 12 #ifdef IN_MPERS 13 14 # error static const struct xlat rtnl_tca_stab_attrs in mpers mode 15 16 #else 17 18 static 19 const struct xlat rtnl_tca_stab_attrs[] = { 20 XLAT(TCA_STAB_UNSPEC), 21 XLAT(TCA_STAB_BASE), 22 XLAT(TCA_STAB_DATA), 23 XLAT_END 24 }; 25 26 #endif /* !IN_MPERS */ 27