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.  NET  is implemented using the  BSD Socket
0005  *      interface as the means of communication with the user level.
0006  *
0007  *      Definitions for the Fibre Channel handlers.
0008  *
0009  * Version: @(#)fcdevice.h  1.0.0   09/26/98
0010  *
0011  * Authors: Vineet Abraham <vma@iol.unh.edu>
0012  *
0013  *      Relocated to include/linux where it belongs by Alan Cox 
0014  *                          <gw4pts@gw4pts.ampr.org>
0015  *
0016  *  WARNING: This move may well be temporary. This file will get merged with others RSN.
0017  */
0018 #ifndef _LINUX_FCDEVICE_H
0019 #define _LINUX_FCDEVICE_H
0020 
0021 
0022 #include <linux/if_fc.h>
0023 
0024 #ifdef __KERNEL__
0025 struct net_device *alloc_fcdev(int sizeof_priv);
0026 #endif
0027 
0028 #endif  /* _LINUX_FCDEVICE_H */