GNU Linux-libre 4.9.333-gnu1
[releases.git] / tools / testing / radix-tree / linux / gfp.h
1 #ifndef _GFP_H
2 #define _GFP_H
3
4 #define __GFP_BITS_SHIFT 26
5 #define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
6 #define __GFP_WAIT 1
7 #define __GFP_ACCOUNT 0
8 #define __GFP_NOWARN 0
9
10 #endif