aboutsummaryrefslogtreecommitdiffstats
path: root/mm/nommu.c
Commit message (Expand)AuthorAge
* [PATCH] overcommit: use totalreserve_pages for nommuHideo AOKI2006-04-11
* [PATCH] mm: nommu use compound pagesNick Piggin2006-03-22
* [PATCH] nommu: implement vmalloc_node()Andrew Morton2006-02-28
* [PATCH] Fix undefined symbols for nommu architectureLuke Yang2006-02-20
* [PATCH] NOMMU: Make SYSV IPC SHM use ramfs facilities on NOMMUDavid Howells2006-01-06
* mm: re-architect the VM_UNPAGED logicLinus Torvalds2005-11-28
* [PATCH] mm/{mmap,nommu}.c: several unexportsAdrian Bunk2005-11-07
* [PATCH] mm: follow_page with inner ptlockHugh Dickins2005-10-30
* [PATCH] mm: update_hiwaters just in timeHugh Dickins2005-10-30
* [PATCH] mm: rss = file_rss + anon_rssHugh Dickins2005-10-30
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-08
* [PATCH] uclinux: add NULL check, 0 end valid check and some more exports to n...Greg Ungerer2005-09-11
* [PATCH] __vm_enough_memory() signedness fixSimon Derr2005-08-05
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-21
* [PATCH] mm/nommu.c: try to fix __vmallocAdrian Bunk2005-05-17
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
1aa09bd0f4e62e1aa68708b798e1'>diffstats
path: root/include/linux/fcdevice.h
blob: e460ef8319841dd83d6f6f1eb8653dfd5452d6e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * INET		An implementation of the TCP/IP protocol suite for the LINUX
 *		operating system.  NET  is implemented using the  BSD Socket
 *		interface as the means of communication with the user level.
 *
 *		Definitions for the Fibre Channel handlers.
 *
 * Version:	@(#)fcdevice.h	1.0.0	09/26/98
 *
 * Authors:	Vineet Abraham <vma@iol.unh.edu>
 *
 *		Relocated to include/linux where it belongs by Alan Cox 
 *							<gw4pts@gw4pts.ampr.org>
 *
 *		This program is free software; you can redistribute it and/or
 *		modify it under the terms of the GNU General Public License
 *		as published by the Free Software Foundation; either version
 *		2 of the License, or (at your option) any later version.
 *
 *	WARNING: This move may well be temporary. This file will get merged with others RSN.
 *
 */
#ifndef _LINUX_FCDEVICE_H
#define _LINUX_FCDEVICE_H


#include <linux/if_fc.h>

#ifdef __KERNEL__
extern struct net_device *alloc_fcdev(int sizeof_priv);
#endif

#endif	/* _LINUX_FCDEVICE_H */