Whamcloud - gitweb
replace tag with rtag to better deal with added/removed files
[fs/lustre-release.git] / lnet / include / libcfs / darwin / portals_lib.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  *
4  *  Copyright (C) 2001 Cluster File Systems, Inc. <braam@clusterfs.com>
5  *
6  *   This file is part of Lustre, http://www.lustre.org.
7  *
8  *   Lustre is free software; you can redistribute it and/or
9  *   modify it under the terms of version 2 of the GNU General Public
10  *   License as published by the Free Software Foundation.
11  *
12  *   Lustre is distributed in the hope that it will be useful,
13  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
14  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  *   GNU General Public License for more details.
16  *
17  *   You should have received a copy of the GNU General Public License
18  *   along with Lustre; if not, write to the Free Software
19  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  *
21  * Basic library routines. 
22  *
23  */
24
25 #ifndef __LIBCFS_DARWIN_PORTALS_LIB_H__
26 #define __LIBCFS_DARWIN_PORTALS_LIB_H__
27
28 #ifndef __LIBCFS_PORTALS_LIB_H__
29 #error Do not #include this file directly. #include <libcfs/portals_lib.h> instead
30 #endif
31
32 #include <string.h>
33
34 #endif