Whamcloud - gitweb
* removed unused lib_nal_t abstraction
[fs/lustre-release.git] / lnet / include / lnet / api-support.h
1 #ifndef __API_SUPPORT_H__
2 #define __API_SUPPORT_H__
3 #include "build_check.h"
4
5 #ifndef __KERNEL__
6 # include <stdio.h>
7 # include <stdlib.h>
8 # include <unistd.h>
9 # include <time.h>
10
11 /* Lots of POSIX dependencies to support PtlEQWait_timeout */
12 # include <signal.h>
13 # include <setjmp.h>
14 # include <time.h>
15 #endif
16
17 #include <portals/types.h>
18 #include <libcfs/kp30.h>
19 #include <portals/p30.h>
20
21 #include <portals/internal.h>
22 #include <portals/nal.h>
23
24 #endif