]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/testing/radix-tree/linux/gfp.h
5201b915f631fc9df916e9aa476735323c6d9e62
[karo-tx-linux.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