]> bbs.cooldavid.org Git - net-next-2.6.git/blame - net/ax25/ax25_ds_subr.c
[PATCH] remove many unneeded #includes of sched.h
[net-next-2.6.git] / net / ax25 / ax25_ds_subr.c
CommitLineData
1da177e4
LT
1/*
2 * This program is free software; you can redistribute it and/or modify
3 * it under the terms of the GNU General Public License as published by
4 * the Free Software Foundation; either version 2 of the License, or
5 * (at your option) any later version.
6 *
7 * Copyright (C) Jonathan Naylor G4KLX (g4klx@g4klx.demon.co.uk)
8 * Copyright (C) Joerg Reuter DL1BKE (jreuter@yaina.de)
9 */
10#include <linux/errno.h>
11#include <linux/types.h>
12#include <linux/socket.h>
13#include <linux/in.h>
14#include <linux/kernel.h>
1da177e4
LT
15#include <linux/timer.h>
16#include <linux/string.h>
17#include <linux/sockios.h>
18#include <linux/spinlock.h>
19#include <linux/net.h>
20#include <net/ax25.h>
21#include <linux/inet.h>
22#include <linux/netdevice.h>
23#include <linux/skbuff.h>
24#include <net/sock.h>
25#include <asm/uaccess.h>
26#include <asm/system.h>
27#include <linux/fcntl.h>
28#include <linux/mm.h>
29#include <linux/interrupt.h>
30
31void ax25_ds_nr_error_recovery(ax25_cb *ax25)
32{
33 ax25_ds_establish_data_link(ax25);
34}
35
36/*
37 * dl1bke 960114: transmit I frames on DAMA poll
38 */
39void ax25_ds_enquiry_response(ax25_cb *ax25)
40{
41 ax25_cb *ax25o;
42 struct hlist_node *node;
43
44