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