Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * INET     An implementation of the TCP/IP protocol suite for the LINUX
0004  *      operating system.  INET is implemented using the BSD Socket
0005  *      interface as the means of communication with the user level.
0006  *
0007  *      Definitions for the FDDI handlers.
0008  *
0009  * Version: @(#)fddidevice.h    1.0.0   08/12/96
0010  *
0011  * Author:  Lawrence V. Stefani, <stefani@lkg.dec.com>
0012  *
0013  *      fddidevice.h is based on previous trdevice.h work by
0014  *          Ross Biro
0015  *          Fred N. van Kempen, <waltje@uWalt.NL.Mugnet.ORG>
0016  *          Alan Cox, <gw4pts@gw4pts.ampr.org>
0017  */
0018 #ifndef _LINUX_FDDIDEVICE_H
0019 #define _LINUX_FDDIDEVICE_H
0020 
0021 #include <linux/if_fddi.h>
0022 
0023 #ifdef __KERNEL__
0024 __be16 fddi_type_trans(struct sk_buff *skb, struct net_device *dev);
0025 struct net_device *alloc_fddidev(int sizeof_priv);
0026 #endif
0027 
0028 #endif  /* _LINUX_FDDIDEVICE_H */