Whamcloud - gitweb
Landing b_hd_newconfig on HEAD
[fs/lustre-release.git] / lnet / include / libcfs / portals_utils.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __LIBCFS_PORTALS_UTILS_H__
5 #define __LIBCFS_PORTALS_UTILS_H__
6
7 /*
8  * portals_utils.h
9  *
10  */
11 #if defined(__linux__)
12 #include <libcfs/linux/portals_utils.h>
13 #elif defined(__APPLE__)
14 #include <libcfs/darwin/portals_utils.h>
15 #elif defined(__WINNT__)
16 #include <libcfs/winnt/portals_utils.h>
17 #else
18 #error Unsupported Operating System
19 #endif
20
21 #endif