summaryrefslogtreecommitdiffstats
path: root/net/ax25/af_ax25.h
blob: 9980f54f6442312d7770c53a115a3c9311e0345f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Interface declaration for AF_AX25 base routines layer.
 *
 * Matthias Welwarsky	(DG2FEF)	05/28/98
 *
 */


#ifndef _AF_AX25_H
#define _AF_AX25_H

#include <linux/skbuff.h>
#include <net/ax25.h>

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