Changes in kernel/generic/include/console/chardev.h [b366a6f4:da1bafb] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/chardev.h
rb366a6f4 rda1bafb 73 73 typedef struct { 74 74 /** Write character to output. */ 75 void (* write)(struct outdev *, wchar_t );75 void (* write)(struct outdev *, wchar_t, bool); 76 76 77 77 /** Redraw any previously cached characters. */ … … 88 88 /** Fields suitable for multiplexing. */ 89 89 link_t link; 90 li st_t list;90 link_t list; 91 91 92 92 /** Implementation of outdev operations. */
Note:
See TracChangeset
for help on using the changeset viewer.