Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dsemihosting_console.c36 static const struct serial_ops semihosting_console_ops = { variable
40 DECLARE_KEEP_PAGER(semihosting_console_ops);
63 sh_console_data.chip.ops = &semihosting_console_ops; in semihosting_console_init()