Changes in uspace/srv/hid/fb/serial_console.h [b3d513f:a000878c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/serial_console.h
rb3d513f ra000878c 43 43 typedef void (*putc_function_t)(char); 44 44 45 void serial_puts(c har *str);45 void serial_puts(const 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.