Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
irlan_event.h
Go to the documentation of this file.
1 /*********************************************************************
2  *
3  * Filename: irlan_event.h
4  * Version:
5  * Description: LAN access
6  * Status: Experimental.
7  * Author: Dag Brattli <[email protected]>
8  * Created at: Sun Aug 31 20:14:37 1997
9  * Modified at: Tue Feb 2 09:45:17 1999
10  * Modified by: Dag Brattli <[email protected]>
11  *
12  * Copyright (c) 1997 Dag Brattli <[email protected]>, All Rights Reserved.
13  *
14  * This program is free software; you can redistribute it and/or
15  * modify it under the terms of the GNU General Public License as
16  * published by the Free Software Foundation; either version 2 of
17  * the License, or (at your option) any later version.
18  *
19  * Neither Dag Brattli nor University of Tromsø admit liability nor
20  * provide warranty for any of this software. This material is
21  * provided "AS-IS" and at no charge.
22  *
23  ********************************************************************/
24 
25 #ifndef IRLAN_EVENT_H
26 #define IRLAN_EVENT_H
27 
28 #include <linux/kernel.h>
29 #include <linux/skbuff.h>
30 
31 #include <net/irda/irlan_common.h>
32 
33 typedef enum {
45 } IRLAN_STATE;
46 
47 typedef enum {
57 
63 
66 
68 } IRLAN_EVENT;
69 
70 extern const char * const irlan_state[];
71 
73  struct sk_buff *skb);
74 
76  struct sk_buff *skb);
77 
80 
81 #endif