Skip to main content

strat9_kernel/shell/commands/sys/
test_mem_region_proc.rs

1use super::*;
2
3/// Run multi-process public MemoryRegion test routine.
4pub fn cmd_test_mem_region_proc(args: &[String]) -> Result<(), ShellError> {
5    super::cmd_test_mem_region_proc_impl(args)
6}