Whamcloud - gitweb
land portals part of b_hd_sec on HEAD.
[fs/lustre-release.git] / lnet / include / lnet / p30.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __PORTALS_P30_H__
5 #define __PORTALS_P30_H__
6
7 #include "build_check.h"
8
9 /*
10  * p30.h
11  *
12  * User application interface file
13  */
14 #if defined(__linux__)
15 #include <portals/linux/p30.h>
16 #elif defined(__APPLE__)
17 #include <portals/darwin/p30.h>
18 #else
19 #error Unsupported Operating System
20 #endif
21
22 #include <portals/types.h>
23 #include <portals/api.h>
24
25 #endif