#include <sys/types.h>#include <ipc/common.h>Go to the source code of this file.
Typedefs | |
| typedef void(*) | putc_function_t (char) |
Functions | |
| void | serial_client_connection (ipc_callid_t iid, ipc_call_t *icall) |
| Main function of the thread serving client connections. | |
| void | serial_clrscr (void) |
| void | serial_console_init (putc_function_t putc_fn, sysarg_t w, sysarg_t h) |
| void | serial_cursor_disable (void) |
| void | serial_cursor_enable (void) |
| void | serial_goto (const sysarg_t col, const sysarg_t row) |
| void | serial_puts (const char *str) |
| void | serial_scroll (ssize_t i) |
| void | serial_set_scroll_region (sysarg_t last_row) |
| Set scrolling region. | |
Definition in file serial_console.h.
1.4.7