1*2874c5fdSThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-or-later */ 21da177e4SLinus Torvalds /* 31da177e4SLinus Torvalds * INET An implementation of the TCP/IP protocol suite for the LINUX 41da177e4SLinus Torvalds * operating system. NET is implemented using the BSD Socket 51da177e4SLinus Torvalds * interface as the means of communication with the user level. 61da177e4SLinus Torvalds * 71da177e4SLinus Torvalds * Definitions for the Fibre Channel handlers. 81da177e4SLinus Torvalds * 91da177e4SLinus Torvalds * Version: @(#)fcdevice.h 1.0.0 09/26/98 101da177e4SLinus Torvalds * 111da177e4SLinus Torvalds * Authors: Vineet Abraham <[email protected]> 121da177e4SLinus Torvalds * 131da177e4SLinus Torvalds * Relocated to include/linux where it belongs by Alan Cox 141da177e4SLinus Torvalds * <[email protected]> 151da177e4SLinus Torvalds * 161da177e4SLinus Torvalds * WARNING: This move may well be temporary. This file will get merged with others RSN. 171da177e4SLinus Torvalds */ 181da177e4SLinus Torvalds #ifndef _LINUX_FCDEVICE_H 191da177e4SLinus Torvalds #define _LINUX_FCDEVICE_H 201da177e4SLinus Torvalds 211da177e4SLinus Torvalds 221da177e4SLinus Torvalds #include <linux/if_fc.h> 231da177e4SLinus Torvalds 241da177e4SLinus Torvalds #ifdef __KERNEL__ 25f629d208SJoe Perches struct net_device *alloc_fcdev(int sizeof_priv); 261da177e4SLinus Torvalds #endif 271da177e4SLinus Torvalds 281da177e4SLinus Torvalds #endif /* _LINUX_FCDEVICE_H */ 29