Whamcloud - gitweb
b=16150
[fs/lustre-release.git] / libcfs / include / libcfs / linux / libcfs.h
index f2b7744..6f0a9e8 100644 (file)
@@ -117,6 +117,10 @@ typedef kernel_cap_t cfs_kernel_cap_t;
 struct cfs_stack_trace {
 };
 
+/* long integer with size equal to pointer */
+typedef unsigned long ulong_ptr_t;
+typedef long long_ptr_t;
+
 #ifndef WITH_WATCHDOG
 #define WITH_WATCHDOG
 #endif