vmscan: use atomic-long for shrinker batching
[pandora-kernel.git] / include / linux / stddef.h
index ea65dfb..6a40c76 100644 (file)
 #endif
 
 #ifdef __KERNEL__
+
+enum {
+       false   = 0,
+       true    = 1
+};
+
 #undef offsetof
 #ifdef __compiler_offsetof
 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)