Whamcloud - gitweb
Add empty install-data-hook rule on non-darwin
[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 #else
16 #error Unsupported Operating System
17 #endif
18
19 #endif