aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/radix-tree/linux/gfp.h
blob: 5201b915f631fc9df916e9aa476735323c6d9e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _GFP_H
#define _GFP_H

#define __GFP_BITS_SHIFT 26
#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))
#define __GFP_WAIT 1
#define __GFP_ACCOUNT 0
#define __GFP_NOWARN 0

#endif