aboutsummaryrefslogtreecommitdiff
path: root/xlat/rtnl_mdba_mdb_attrs.h
blob: f714dbdf59404254ac00123477853cda6875f846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Generated by ./xlat/gen.sh from ./xlat/rtnl_mdba_mdb_attrs.in; do not edit. */
#if !(defined(MDBA_MDB_UNSPEC) || (defined(HAVE_DECL_MDBA_MDB_UNSPEC) && HAVE_DECL_MDBA_MDB_UNSPEC))
# define MDBA_MDB_UNSPEC 0
#endif
#if !(defined(MDBA_MDB_ENTRY) || (defined(HAVE_DECL_MDBA_MDB_ENTRY) && HAVE_DECL_MDBA_MDB_ENTRY))
# define MDBA_MDB_ENTRY 1
#endif

#ifdef IN_MPERS

# error static const struct xlat rtnl_mdba_mdb_attrs in mpers mode

#else

static
const struct xlat rtnl_mdba_mdb_attrs[] = {
 XLAT(MDBA_MDB_UNSPEC),
 XLAT(MDBA_MDB_ENTRY),
 XLAT_END
};

#endif /* !IN_MPERS */