Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / include / lnet / linux / lib-types.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_TYPES_H__
5 #define __PORTALS_LINUX_LIB_TYPES_H__
6
7 #ifndef __PORTALS_LIB_TYPES_H__
8 #error Do not #include this file directly. #include <portals/lib-types.h> instead
9 #endif
10
11 #ifdef __KERNEL__
12 # include <linux/uio.h>
13 # include <linux/smp_lock.h>
14 # include <linux/types.h>
15 #else
16 # define PTL_USE_LIB_FREELIST
17 # include <sys/types.h>
18 #endif
19
20 #endif