Home
last modified time | relevance | path

Searched refs:sbi_console_getchar (Results 1 – 2 of 2) sorted by relevance

/arch/riscv/include/asm/
A Dsbi.h473 int sbi_console_getchar(void);
476 static inline int sbi_console_getchar(void) { return -ENOENT; } in sbi_console_getchar() function
/arch/riscv/kernel/
A Dsbi.c69 int sbi_console_getchar(void) in sbi_console_getchar() function
77 EXPORT_SYMBOL(sbi_console_getchar);

Completed in 9 milliseconds