Module emerald_kernel_user_link::file
source · Structs
Enums
- A blocking flag when dealing with files When using
crate::syscalls::SYS_OPEN
, Bit 0 offlags
argument can be: 0 - non-blocking 1 - line buffered
Constants
Functions
- Will extract all the information from the flags, will return
None
if the argument is invalid