Whamcloud - gitweb
Landing b_hd_newconfig on 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 # include <libcfs/kp30.h>
14
15 static inline __u64
16 lnet_page2phys (struct page *p)
17 {
18     return 0;
19 }
20
21 #else  /* __KERNEL__ */
22
23 #endif
24
25 #endif /* __LNET_WINNT_LIB_LNET_H__ */