Rev 4337 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4337 | Rev 4346 | ||
|---|---|---|---|
| Line 44... | Line 44... | ||
| 44 | 44 | ||
| 45 | void serial_puts(char *str); |
45 | void serial_puts(char *str); |
| 46 | void serial_goto(const unsigned int row, const unsigned int col); |
46 | void serial_goto(const unsigned int row, const unsigned int col); |
| 47 | void serial_clrscr(void); |
47 | void serial_clrscr(void); |
| 48 | void serial_scroll(int i); |
48 | void serial_scroll(int i); |
| 49 | void serial_set_style(const unsigned int mode); |
- | |
| 50 | void serial_cursor_disable(void); |
49 | void serial_cursor_disable(void); |
| 51 | void serial_cursor_enable(void); |
50 | void serial_cursor_enable(void); |
| 52 | void serial_set_scroll_region(unsigned height); |
51 | void serial_set_scroll_region(unsigned height); |
| 53 | void serial_console_init(putc_function_t putc_fn, uint32_t w, uint32_t h); |
52 | void serial_console_init(putc_function_t putc_fn, uint32_t w, uint32_t h); |
| 54 | void serial_client_connection(ipc_callid_t iid, ipc_call_t *icall); |
53 | void serial_client_connection(ipc_callid_t iid, ipc_call_t *icall); |