2.2.0-final
[davej-history.git] / include / net / irda / irlpt_server.h
blob7984a331ddaefa3679432220ae88796be86d9877
1 /*********************************************************************
2 *
3 * Filename: server.h
4 * Version: 0.1
5 * Description:
6 * Status: Experimental.
7 * Author: Dag Brattli <dagb@cs.uit.no>
8 * Created at: Sat Feb 21 18:54:38 1998
9 * Modified at: Tue Sep 22 11:41:42 1998
10 * Modified by: Dag Brattli <dagb@cs.uit.no>
12 * Copyright (c) 1998, Thomas Davis, <ratbert@radiks.net>
13 * Copyright (c) 1998, Dag Brattli,
14 * All Rights Reserved
16 * This program is free software; you can redistribute it and/or
17 * modify it under the terms of the GNU General Public License as
18 * published by the Free Software Foundation; either version 2 of
19 * the License, or (at your option) any later version.
21 * I, Thomas Davis, provide no warranty for any of this software. This
22 * material is provided "AS-IS" and at no charge.
24 ********************************************************************/
26 #ifndef IRLPT_SERVER_H
27 #define IRLPT_SERVER_H
29 #include "qos.h"
30 #include "irmod.h"
32 #include <linux/kernel.h>
33 #include <linux/types.h>
34 #include <linux/skbuff.h>
35 #include <linux/netdevice.h>
36 #include <linux/miscdevice.h>
38 /* int server_init( struct device *dev); */
40 extern struct irlpt_cb *irlpt_server;
42 #endif