]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - tools/testing/radix-tree/linux/gfp.h
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / tools / testing / radix-tree / linux / gfp.h
diff --git a/tools/testing/radix-tree/linux/gfp.h b/tools/testing/radix-tree/linux/gfp.h
new file mode 100644 (file)
index 0000000..01f1eab
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef _GFP_H
+#define _GFP_H
+
+#define __GFP_BITS_SHIFT 22
+#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
+#define __GFP_WAIT 1
+
+#endif