summaryrefslogtreecommitdiffstats
path: root/net/ax25/ax25_netlink.h
blob: c100ed212b45b6df395ab8b5c4a03fb915d9f333 (plain)
1
2
3
4
5
6
7
8
9
10
#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