1193323Sed/* SPDX-License-Identifier: GPL-2.0-or-later */
2193323Sed/*
3193323Sed * INET		An implementation of the TCP/IP protocol suite for the LINUX
4193323Sed *		operating system.  NET  is implemented using the  BSD Socket
5193323Sed *		interface as the means of communication with the user level.
6193323Sed *
7193323Sed *		Definitions for the Fibre Channel handlers.
8193323Sed *
9193323Sed * Version:	@(#)fcdevice.h	1.0.0	09/26/98
10193323Sed *
11193323Sed * Authors:	Vineet Abraham <vma@iol.unh.edu>
12193323Sed *
13193323Sed *		Relocated to include/linux where it belongs by Alan Cox
14193323Sed *							<gw4pts@gw4pts.ampr.org>
15193323Sed *
16193323Sed *	WARNING: This move may well be temporary. This file will get merged with others RSN.
17193323Sed */
18193323Sed#ifndef _LINUX_FCDEVICE_H
19193323Sed#define _LINUX_FCDEVICE_H
20193323Sed
21249423Sdim
22249423Sdim#include <linux/if_fc.h>
23249423Sdim
24193323Sed#ifdef __KERNEL__
25212793Sdimstruct net_device *alloc_fcdev(int sizeof_priv);
26249423Sdim#endif
27218885Sdim
28218885Sdim#endif	/* _LINUX_FCDEVICE_H */
29249423Sdim