MCPcopy 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__
14static inline void __simnow_console_init(void)
15{
16 simnow_console_init();
17}
18
19static inline void __simnow_console_tx_byte(u8 data)
20{

Callers 1

console_hw_initFunction · 0.85

Calls 1

simnow_console_initFunction · 0.85

Tested by

no test coverage detected