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