MCPcopy Create free account
hub / github.com/coreboot/coreboot / __flashconsole_tx_flush

Function __flashconsole_tx_flush

src/include/console/flash.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 flashconsole_tx_byte(data);
19}
20static inline void __flashconsole_tx_flush(void)
21{
22 flashconsole_tx_flush();
23}
24#else
25static inline void __flashconsole_init(void) {}
26static inline void __flashconsole_tx_byte(u8 data) {}

Callers 1

console_tx_flushFunction · 0.85

Calls 1

flashconsole_tx_flushFunction · 0.85

Tested by

no test coverage detected