Home
last modified time | relevance | path

Searched defs:do_putchar (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/console/
H A Dconsole.h86 static inline void do_putchar(unsigned char byte) {} in do_putchar() function
/aosp_15_r20/external/coreboot/src/console/
H A Dprintk.c56 void do_putchar(unsigned char byte) in do_putchar() function