#ifndef _AX25_NETLINK_H #define _AX25_NETLINK_H extern void ax25_netlink_init(void); extern void ax25_netlink_cleanup(void); extern void ax25_nlpost_route(ax25_pktinfo*, struct net_device*); extern void ax25_nlpost_armsg(unsigned int, ax25_address*, struct net_device*); #endif