mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
6 lines
133 B
Rust
6 lines
133 B
Rust
use crate::include::bindings::bindings::gfp_t;
|
|
|
|
#[allow(unused_parens)]
|
|
/// 定义__GFP_ZERO
|
|
pub const __GFP_ZERO: gfp_t = (1 << 0);
|