aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/gfp.h
blob: 0e37f7a760ebd262e23a7cdf4fd901be32ce0ea2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#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
#define __GFP_ACCOUNT 0
#define __GFP_NOWARN 0

#endif