Whamcloud - gitweb
Landing b_hd_newconfig on HEAD
[fs/lustre-release.git] / lnet / include / lnet / linux / lnet.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __LNET_LINUX_LNET_H__
5 #define __LNET_LINUX_LNET_H__
6
7 #ifndef __LNET_H__
8 #error Do not #include this file directly. #include <lnet/lnet.h> instead
9 #endif
10
11 /*
12  * lnet.h
13  *
14  * User application interface file
15  */
16
17 #if defined (__KERNEL__)
18 #include <linux/uio.h>
19 #include <linux/types.h>
20 #else
21 #include <sys/types.h>
22 #include <sys/uio.h>
23 #endif
24
25 #endif