Thomas Gleixner | 2874c5f | 2019-05-27 08:55:01 +0200 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * INET An implementation of the TCP/IP protocol suite for the LINUX |
| 4 | * operating system. NET is implemented using the BSD Socket |
| 5 | * interface as the means of communication with the user level. |
| 6 | * |
| 7 | * Definitions for the Fibre Channel handlers. |
| 8 | * |
| 9 | * Version: @(#)fcdevice.h 1.0.0 09/26/98 |
| 10 | * |
| 11 | * Authors: Vineet Abraham <vma@iol.unh.edu> |
| 12 | * |
| 13 | * Relocated to include/linux where it belongs by Alan Cox |
| 14 | * <gw4pts@gw4pts.ampr.org> |
| 15 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | * WARNING: This move may well be temporary. This file will get merged with others RSN. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | */ |
| 18 | #ifndef _LINUX_FCDEVICE_H |
| 19 | #define _LINUX_FCDEVICE_H |
| 20 | |
| 21 | |
| 22 | #include <linux/if_fc.h> |
| 23 | |
| 24 | #ifdef __KERNEL__ |
Joe Perches | f629d20 | 2013-09-26 14:48:15 -0700 | [diff] [blame] | 25 | struct net_device *alloc_fcdev(int sizeof_priv); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #endif |
| 27 | |
| 28 | #endif /* _LINUX_FCDEVICE_H */ |