1 /* SPDX-License-Identifier: GPL-2.0-or-later * 1 2 /* 3 * INET An implementation of the TCP/I 4 * operating system. NET is imp 5 * interface as the means of comm 6 * 7 * Definitions for the Fibre Chan 8 * 9 * Version: @(#)fcdevice.h 1.0.0 09/26/ 10 * 11 * Authors: Vineet Abraham <vma@iol.unh.ed 12 * 13 * Relocated to include/linux whe 14 * 15 * 16 * WARNING: This move may well be tempora 17 */ 18 #ifndef _LINUX_FCDEVICE_H 19 #define _LINUX_FCDEVICE_H 20 21 22 #include <linux/if_fc.h> 23 24 #ifdef __KERNEL__ 25 struct net_device *alloc_fcdev(int sizeof_priv 26 #endif 27 28 #endif /* _LINUX_FCDEVICE_H */ 29
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.