Home
last modified time | relevance | path

Searched defs:VERSION (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/firmware/efi/
H A Dtables.rs182 pub const VERSION: u32 = 1; constant
/DragonOS/kernel/src/process/
H A Dsyscall.rs56 const VERSION: &[u8] = env!("CARGO_PKG_VERSION").as_bytes(); in new() constant