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