Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
if_fddi.h
Go to the documentation of this file.
1 /*
2  * INET An implementation of the TCP/IP protocol suite for the LINUX
3  * operating system. INET is implemented using the BSD Socket
4  * interface as the means of communication with the user level.
5  *
6  * Global definitions for the ANSI FDDI interface.
7  *
8  * Version: @(#)if_fddi.h 1.0.2 Sep 29 2004
9  *
10  * Author: Lawrence V. Stefani, <[email protected]>
11  *
12  * if_fddi.h is based on previous if_ether.h and if_tr.h work by
13  * Fred N. van Kempen, <[email protected]>
14  * Donald Becker, <[email protected]>
15  * Alan Cox, <[email protected]>
16  * Steve Whitehouse, <[email protected]>
17  * Peter De Schrijver, <[email protected]>
18  *
19  * This program is free software; you can redistribute it and/or
20  * modify it under the terms of the GNU General Public License
21  * as published by the Free Software Foundation; either version
22  * 2 of the License, or (at your option) any later version.
23  */
24 #ifndef _LINUX_IF_FDDI_H
25 #define _LINUX_IF_FDDI_H
26 
27 #include <linux/netdevice.h>
28 #include <uapi/linux/if_fddi.h>
29 
30 /* Define FDDI statistics structure */
32 
33  /* Generic statistics. */
34 
36 
37  /* Detailed FDDI statistics. Adopted from RFC 1512 */
38 
120 };
121 #endif /* _LINUX_IF_FDDI_H */