Home
last modified time | relevance | path

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

/DragonOS/kernel/crates/unified-init/src/
H A Dlib.rs17 function: &'static UnifiedInitFunction, in new()
33 pub type UnifiedInitFunction = fn() -> core::result::Result<(), SystemError>; typedef