Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lnet / include / lnet / winnt / lib-lnet.h
1 /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
2  * vim:expandtab:shiftwidth=8:tabstop=8:
3  */
4 #ifndef __LNET_WINNT_LIB_LNET_H__
5 #define __LNET_WINNT_LIB_LNET_H__
6
7 #ifndef __LNET_LIB_LNET_H__
8 #error Do not #include this file directly. #include <lnet/lib-lnet.h> instead
9 #endif
10
11 #ifdef __KERNEL__
12 # include <libcfs/libcfs.h>
13
14 static inline __u64
15 lnet_page2phys (struct page *p)
16 {
17     return 0;
18 }
19
20 #else  /* __KERNEL__ */
21
22 #endif
23
24 #endif /* __LNET_WINNT_LIB_LNET_H__ */