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