Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ __simnow_console_init
Function
__simnow_console_init
src/include/console/simnow.h:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
13
#if __SIMNOW_CONSOLE_ENABLE__
14
static inline void __simnow_console_init(void)
15
{
16
simnow_console_init();
17
}
18
19
static inline void __simnow_console_tx_byte(u8 data)
20
{
Callers
1
console_hw_init
Function · 0.85
Calls
1
simnow_console_init
Function · 0.85
Tested by
no test coverage detected