Expand description
Kernel errors.
C header: include/uapi/asm-generic/errno-base.h
Modules
- Contains the C-compatible error codes.
Structs
- Generic integer kernel error.
Constants
- Error message for calling a default function of a
#[vtable]
trait.
Functions
- Converts an integer as returned by a C kernel function to an error if it’s negative, and
Ok(())
otherwise.