Whamcloud - gitweb
LU-3963 libcfs: remove last of cfs list wrappers
[fs/lustre-release.git] / libcfs / include / libcfs / types.h
index 059caca..b4fd790 100644 (file)
@@ -79,4 +79,9 @@
 typedef unsigned long ulong_ptr_t;
 typedef long long_ptr_t;
 
+#ifndef __KERNEL__
+/* Sparse annotation. */
+#define __user
+#endif
+
 #endif /* _LIBCFS_TYPES_H */