Changes in uspace/srv/hid/fb/serial_console.h [a000878c:b3d513f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/serial_console.h
ra000878c rb3d513f 43 43 typedef void (*putc_function_t)(char); 44 44 45 void serial_puts(c onst char *str);45 void serial_puts(char *str); 46 46 void serial_goto(const unsigned int col, const unsigned int row); 47 47 void serial_clrscr(void);
Note:
See TracChangeset
for help on using the changeset viewer.