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