Whamcloud - gitweb
* Landed portals:b_port_step as follows...
[fs/lustre-release.git] / lnet / include / lnet / darwin / lib-types.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __PORTALS_DARWIN_LIB_TYPES_H__
5 #define __PORTALS_DARWIN_LIB_TYPES_H__
6
7 #ifndef __PORTALS_LIB_TYPES_H__
8 #error Do not #include this file directly. #include <portals/lib-types.h> instead
9 #endif
10
11 #include <sys/types.h>
12 #include <libcfs/libcfs.h>
13 #include <libcfs/list.h>
14
15 #endif