macro_rules! sysfs_errno {
($error_code:ident) => { ... };
}Expand description
An equivalent to starnix_uapi::errno!, but for SysfsError.
macro_rules! sysfs_errno {
($error_code:ident) => { ... };
}An equivalent to starnix_uapi::errno!, but for SysfsError.