Function sys_kernel_console_read

Source
pub fn sys_kernel_console_read(
    source: KernelConsoleSource,
    buffer: &mut [u8],
    flags: KernelConsoleReadFlags,
) -> Result<usize>
Expand description

Read from the specified kernel console input, placing data into buffer.

Returns the number of bytes read on success.