Whamcloud - gitweb
Broke SLES build, restored.
[fs/lustre-release.git] / lustre / include / linux / lustre_handles.h
1 #ifndef __LINUX_LUSTRE_HANDLES_H_
2 #define __LINUX_LUSTRE_HANDLES_H_
3
4 #ifndef __LUSTRE_HANDLES_H_
5 #error Do not #include this file directly. #include <lustre_handles.h> instead
6 #endif
7
8 #ifdef __KERNEL__
9 #include <asm/types.h>
10 #include <asm/atomic.h>
11 #include <linux/list.h>
12 #include <linux/random.h>
13 #endif
14
15 #endif