Rev 4377 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4377 | Rev 4692 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | #include <ipc/ipc.h> |
41 | #include <ipc/ipc.h> |
42 | 42 | ||
43 | typedef void (*putc_function_t)(char); |
43 | typedef void (*putc_function_t)(char); |
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 col, const unsigned int row); |
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_cursor_disable(void); |
49 | void serial_cursor_disable(void); |
50 | void serial_cursor_enable(void); |
50 | void serial_cursor_enable(void); |
51 | void serial_set_scroll_region(unsigned height); |
51 | void serial_set_scroll_region(unsigned height); |