Function xous::syscall::update_memory_flags

source ·
pub fn update_memory_flags(
    range: MemoryRange,
    flags: MemoryFlags
) -> Result<Result, Error>
Expand description

Update the permissions on the given memory range. Note that permissions may only be stripped here – they may never be added.