/* * Interface declaration for AF_AX25 base routines layer. * * Matthias Welwarsky (DG2FEF) 05/28/98 * */ #ifndef _AF_AX25_H #define _AF_AX25_H #include #include extern struct net_device* ax25rtr_get_dev(ax25_address *); extern struct sock* ax25_make_new(struct sock*, struct net_device*); extern ax25_cb * ax25_list; extern void ax25_kill_by_device(struct net_device*); extern rwlock_t ax25_dev_lock; #endif