1 use crate::include::bindings::bindings::gfp_t;
2 
3 #[allow(unused_parens)]
4 /// 定义__GFP_ZERO
5 pub const __GFP_ZERO: gfp_t = (1 << 0);
6