Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / include / lnet / linux / lib-lnet.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __PORTALS_LINUX_LIB_P30_H__
5 #define __PORTALS_LINUX_LIB_P30_H__
6
7 #ifndef __PORTALS_LIB_P30_H__
8 #error Do not #include this file directly. #include <portals/lib-p30.h> instead
9 #endif
10
11 #ifdef __KERNEL__
12 # include <asm/page.h>
13 # include <linux/string.h>
14 #else
15 # include <libcfs/list.h>
16 # include <string.h>
17 # include <pthread.h>
18 #endif
19
20 #endif