Rustfmt, add CallFlags::CONSUME.

This commit is contained in:
4lDO2
2025-04-05 16:39:46 +02:00
parent 68aac400cc
commit 080f2003cd
4 changed files with 19 additions and 15 deletions
+2 -4
View File
@@ -1,15 +1,13 @@
use super::error::{Error, Result};
use core::arch::asm;
use core::{
mem,
ops::{Deref, DerefMut},
slice,
};
use core::arch::asm;
use super::error::{Error, Result};
pub const PAGE_SIZE: usize = 4096;
#[cfg(feature = "userspace")]
macro_rules! syscall {
($($name:ident($a:ident, $($b:ident, $($c:ident, $($d:ident, $($e:ident, $($f:ident, )?)?)?)?)?);)+) => {